补充打包配置文件
This commit is contained in:
parent
af16062ec8
commit
95399c668c
11
dist/config.ini
vendored
11
dist/config.ini
vendored
@ -42,8 +42,8 @@ path12 = ${GAME:web_path}args_ios.php
|
||||
path13 = ${GAME:web_path}api\notice.php
|
||||
|
||||
[GAME_DATA_SQL]
|
||||
game_ip = UPDATE `gameback`.`bg_server` SET `server_ip` = '${GAME:now_ip}' WHERE `id` IN (1,2)
|
||||
game_name = UPDATE `gameback`.`bg_server` SET `name` = REPLACE(`name`,'${GAME:game_name}','${GAME:game_name}_new') WHERE `name` LIKE '%${GAME:game_name}%';
|
||||
game_ip = UPDATE `gameback`.`bg_server` SET `server_ip` = '~【game_ip】~' WHERE `id` IN (1,2)
|
||||
game_name = UPDATE `gameback`.`bg_server` SET `name` = REPLACE(`name`,'${GAME:game_name}','~【game_name】~') WHERE `name` LIKE '%${GAME:game_name}%';
|
||||
|
||||
[WEB]
|
||||
domain_name = localhost
|
||||
@ -72,6 +72,13 @@ mysql_port = 3306
|
||||
mysql_user = cq_dba
|
||||
mysql_pass = 123456abc
|
||||
|
||||
[REDIS]
|
||||
redis_path = ${GAME:tool_path}Redis\
|
||||
redis_host = 127.0.0.1
|
||||
redis_port = 6379
|
||||
redis_dbfile = dump.rdb
|
||||
redis_pass = 123456abc
|
||||
|
||||
[ANDROID]
|
||||
android_path = ${GAME:client_path}apk\
|
||||
android_name = ${android_path}game.apk
|
||||
|
Loading…
x
Reference in New Issue
Block a user