csx 3 years ago
parent
commit
de5dd7bf4f
1 changed files with 7 additions and 5 deletions
  1. 7 5
      conf/app.conf

+ 7 - 5
conf/app.conf View File

30
 sso_domain = https://sso.kuyicloud.com
30
 sso_domain = https://sso.kuyicloud.com
31
 front_end_domain = "https://xt.kuyicloud.com/#"
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
 readmysqlhost = shengws1.mysql.rds.aliyuncs.com
40
 readmysqlhost = shengws1.mysql.rds.aliyuncs.com
34
 readmysqlport = 3306
41
 readmysqlport = 3306
35
 readmysqluser = syh
42
 readmysqluser = syh
86
 redisdb = 2
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