Browse Source

修改配置文件 同步接口

张亚军 1 month ago
parent
commit
56f131efc4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      deployment/config/config.yaml

+ 3 - 3
deployment/config/config.yaml

@@ -6,11 +6,11 @@ api:
 infrastructure:
   database:
     operations:
-      user_name: "traceability"
-      password: "8kWaEmyHi5mfARs6"
+      user_name: "traceability_new"
+      password: "cs36hFBLPnkZiWeG"
       address: "10.0.0.171"
       port: "5432"
-      database: "traceability"
+      database: "traceability_new"
       max_connections: 50
       max_idle_connections: 10