|
@@ -14,11 +14,11 @@ define("GAME_PLAT", "main"); // main 360 baidu dcn mi uc
|
|
|
if (GAME_ONLINE) {
|
|
|
|
|
|
// TODO: config the cdb set
|
|
|
- define("CDB_HOST", "rm-uf677o06lxw0602qk.mysql.rds.aliyuncs.com"); // 正式地址
|
|
|
+ define("CDB_HOST", "127.0.0.1"); // 正式地址
|
|
|
define("CDB_PORT", "3306");
|
|
|
- define("CDB_USER", "loyal");
|
|
|
- define("CDB_PASS", "Mysql#vplan2017");
|
|
|
- define("CDB_NAME", "vplan_cdb");
|
|
|
+ define("CDB_USER", "root");
|
|
|
+ define("CDB_PASS", "wanggang1985");
|
|
|
+ define("CDB_NAME", "ylsj2019_pay");
|
|
|
|
|
|
// TODO: config the mem set
|
|
|
define("MEM_HOST", "r-uf625aa34178bbf4.redis.rds.aliyuncs.com");
|