XMLWAN 4 years ago
parent
commit
31108515e5
2 changed files with 5 additions and 5 deletions
  1. BIN
      XT_New
  2. 5 5
      conf/app.conf

BIN
XT_New View File


+ 5 - 5
conf/app.conf View File

@@ -1,5 +1,5 @@
1 1
 appname = 血透
2
-httpport = 9529
2
+httpport = 9531
3 3
 runmode = dev
4 4
 
5 5
 # 1
@@ -149,26 +149,26 @@ readmysqlhost = rm-wz9rg531npf61q03tro.mysql.rds.aliyuncs.com
149 149
 readmysqlport = 3306
150 150
 readmysqluser = root
151 151
 readmysqlpass = 1Q2W3e4r!@#$
152
-readmysqlname = sgj_xt
152
+readmysqlname = test_xt
153 153
 
154 154
 writemysqlhost = rm-wz9rg531npf61q03tro.mysql.rds.aliyuncs.com
155 155
 writemysqlport = 3306
156 156
 writemysqluser = root
157 157
 writemysqlpass = 1Q2W3e4r!@#$
158
-writemysqlname = sgj_xt
158
+writemysqlname = test_xt
159 159
 
160 160
 readuserhost = rm-wz9rg531npf61q03tro.mysql.rds.aliyuncs.com
161 161
 readuserport = 3306
162 162
 readuseruser = root
163 163
 readuserpass = 1Q2W3e4r!@#$
164
-readusername = sgj_users
164
+readusername = test_users
165 165
 
166 166
 
167 167
 writeuserhost = rm-wz9rg531npf61q03tro.mysql.rds.aliyuncs.com
168 168
 writeuserport = 3306
169 169
 writeuseruser = root
170 170
 writeuserpass = 1Q2W3e4r!@#$
171
-writeusername = sgj_users
171
+writeusername = test_users
172 172
 
173 173
 
174 174