109 lines
3.7 KiB
INI
109 lines
3.7 KiB
INI
[GAME]
|
|
game_name = 幽冥传奇
|
|
now_ip = 192.168.0.186
|
|
new_ip = 192.168.0.186
|
|
file_encoding = utf-8
|
|
dir = D:\LYserver\
|
|
server_path = ${dir}server\
|
|
web_path = ${dir}web\
|
|
client_path = ${dir}client\
|
|
tool_path = ${dir}tool\
|
|
|
|
[GAME_PATH]
|
|
path01 = ${GAME:server_path}Common\AMServer\x64\AMServer64_R.exe
|
|
path02 = ${GAME:server_path}Common\LocalLogServer\x64\LocalLogServer64_R.exe
|
|
path03 = ${GAME:server_path}Common\LoggerServer\x64\LoggerServer64_R.exe
|
|
path04 = ${GAME:server_path}Common\SessionServer\x64\SessionServer64_R.exe
|
|
path05 = ${GAME:server_path}Common\NameServer\x64\NameServer64_R.exe
|
|
path06 = ${GAME:server_path}Common\BackStageServer\x64\BackStageServer64_R.exe,10
|
|
path07 = ${GAME:server_path}Server\DBServer\x64\DBServer64_R.exe
|
|
path08 = ${GAME:server_path}Server\GateServer\x64\GateServer64_R.exe
|
|
path09 = ${GAME:server_path}Server\LogicServer\x64\LogicServerCQ64_R.exe
|
|
path10 = ${GAME:server_path}Server2\DBServer\x64\DBServer64_R.exe
|
|
path11 = ${GAME:server_path}Server2\GateServer\x64\GateServer64_R.exe
|
|
path12 = ${GAME:server_path}Server2\LogicServer\x64\LogicServerCQ64_R.exe
|
|
path13 = ${GAME:server_path}Server跨服\DBServer\x64\DBServer64_R.exe
|
|
path14 = ${GAME:server_path}Server跨服\GateServer\x64\GateServer64_R.exe
|
|
path15 = ${GAME:server_path}Server跨服\LogicServer\x64\LogicServerCQ64_R.exe
|
|
|
|
[GAME_FILE_PATH]
|
|
path01 = ${GAME:dir}测试1.txt
|
|
path02 = ${GAME:dir}测试2.txt
|
|
path03 = ${ANDROID:android_name_file}assets\data\scripts\platform\platform_adapter.lua
|
|
path04 = ${ANDROID:android_name_file}assets\data\scripts\platform\windows\platform_adapter.lua
|
|
path05 = ${GAME:server_path}server\LogicServer\crossserver.txt
|
|
path06 = ${GAME:server_path}server\DBServer\crossserver.txt
|
|
path07 = ${GAME:server_path}server2\LogicServer\crossserver.txt
|
|
path08 = ${GAME:server_path}server2\DBServer\crossserver.txt
|
|
path09 = ${GAME:server_path}server跨服\LogicServer\crossserver.txt
|
|
path10 = ${GAME:server_path}server跨服\DBServer\crossserver.txt
|
|
path11 = ${GAME:web_path}args.php
|
|
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_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
|
|
web_port = 82
|
|
gm_url = http://${domain_name}:${web_port}/gm
|
|
gm_code = 123456
|
|
gm_user = test
|
|
gm_pass = test
|
|
game_url = http://${domain_name}:${web_port}/gameback
|
|
game_code = 123456
|
|
game_user = test
|
|
game_pass = test
|
|
|
|
[NGINX]
|
|
nginx_path = ${GAME:tool_path}Nginx1.15.11\
|
|
|
|
[PHP]
|
|
php_path = ${GAME:tool_path}php\php5.6.9nts\
|
|
php_spawner_path = ${GAME:tool_path}php-cgi-spawner\
|
|
php_cgi_port = 9001
|
|
|
|
[MYSQL]
|
|
mysql_path = ${GAME:tool_path}MySQL5.7.26\
|
|
mysql_host = 127.0.0.1
|
|
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
|
|
android_name_file = ${android_path}game\
|
|
tmp_android_name = ${android_path}game_tmp.apk
|
|
new_android_name = ${android_path}game_signed.apk
|
|
|
|
[PC]
|
|
pc_path = ${GAME:client_path}pc\
|
|
pc_name = ${pc_path}pc\bin.exe
|
|
|
|
[IOS]
|
|
ios_path = ${GAME:client_path}ios\
|
|
ios_name = ${android_path}game.ipa
|
|
|
|
[TOOL_PATH]
|
|
apktool_path = ${GAME:tool_path}apktool\
|
|
heidisql_path = ${GAME:tool_path}HeidiSQL\heidisql.exe
|
|
notepad3_path = ${GAME:tool_path}Notepad3\Notepad3.exe
|
|
composer_path = ${GAME:tool_path}Composer\
|
|
java_path = ${GAME:tool_path}jdk-8\
|
|
msvbcrt_path = ${GAME:tool_path}Other\MSVBCRT.exe
|
|
|
|
[OTHER]
|
|
about = shileiye
|
|
email = shileiye@qq.com
|
|
|