csx 3 년 전
부모
커밋
de5dd7bf4f
1개의 변경된 파일7개의 추가작업 그리고 5개의 파일을 삭제
  1. 7 5
      conf/app.conf

+ 7 - 5
conf/app.conf 파일 보기

@@ -30,6 +30,13 @@ httpdomain = https://api.xt.kuyicloud.com
30 30
 sso_domain = https://sso.kuyicloud.com
31 31
 front_end_domain = "https://xt.kuyicloud.com/#"
32 32
 
33
+blmysqlhost = localhost
34
+blmysqlport = 3306
35
+blmysqluser = lindialy
36
+blmysqlpass = 123456
37
+blmysqlname = kuyicloud
38
+
39
+
33 40
 readmysqlhost = shengws1.mysql.rds.aliyuncs.com
34 41
 readmysqlport = 3306
35 42
 readmysqluser = syh
@@ -86,11 +93,6 @@ redispasswrod = TZtBW098WId3i27clkpj3q8dnUaVFP
86 93
 redisdb = 2
87 94
 
88 95
 
89
-blmysqlhost = 127.0.0.1
90
-blmysqlport = 3306
91
-blmysqluser = root
92
-blmysqlpass = 123456
93
-blmysqlname = kuyicloud
94 96
 
95 97
 
96 98