update
This commit is contained in:
32
Assets/trCRM/serversCfg/servers.json
Normal file
32
Assets/trCRM/serversCfg/servers.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"appid": "2020158",
|
||||
"servers": {
|
||||
"1": {
|
||||
"id": "1",
|
||||
"name": "正式服",
|
||||
"host": "app.ttf-cti.com",
|
||||
"port": 29004,
|
||||
"isDev": 0,
|
||||
"iosVer": "",
|
||||
"androidVer": ""
|
||||
},
|
||||
"2": {
|
||||
"id": "2",
|
||||
"name": "测试服",
|
||||
"host": "app.ttf-cti.com",
|
||||
"port": 29004,
|
||||
"isDev": 1,
|
||||
"iosVer": "",
|
||||
"androidVer": ""
|
||||
},
|
||||
"3": {
|
||||
"id": "3",
|
||||
"name": "本地测试",
|
||||
"host": "192.168.1.11",
|
||||
"port": 29000,
|
||||
"isDev": 1,
|
||||
"iosVer": "",
|
||||
"androidVer": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user