Browse Source

配置文件 修改

sixian 2 years ago
parent
commit
c5a12522c1
1 changed files with 3 additions and 3 deletions
  1. 3 3
      config/config.yaml

+ 3 - 3
config/config.yaml

@@ -18,7 +18,7 @@ database:
   # 数据库配置
   #db.host : 106.52.134.22
   #db.host : 120.77.219.16
-  host: "local.centos.jd.com"
+  host: "192.168.110.28"
   user: "root"
   password: "root"
   #password : "lczm@2019oS"
@@ -28,7 +28,7 @@ database:
   timezone: "Asia/Shanghai"
 
 redis:
-  host: "local.centos.jd.com:6379"
+  host: "192.168.110.28:6379"
   #password: "123456"
   #password: "lczm*2019"
 
@@ -41,7 +41,7 @@ minio:
 #接口
 foreign:
   iot_edge_url: "http://192.168.110.248:8195"
-  security_rewind_url: "http://local.centos.jd.com:9099"
+  security_rewind_url: "http://192.168.110.28:9099"
   ip_cast_edge_url: "http://1.117.161.196:10063"
 
 #告警通知相关