1
This commit is contained in:
parent
d365f6746f
commit
ddf51aeef2
3
server/bin/gameserver/dev_config/setting.json
Normal file
3
server/bin/gameserver/dev_config/setting.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"api_url": "https://game2006api-test.kingsome.cn/webapp/index.php"
|
||||||
|
}
|
@ -0,0 +1,26 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"instance_id" : 1,
|
||||||
|
"ip": "127.0.0.1",
|
||||||
|
"listen_port": 7611,
|
||||||
|
"channel": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instance_id" : 2,
|
||||||
|
"ip": "127.0.0.1",
|
||||||
|
"listen_port": 7612,
|
||||||
|
"channel": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instance_id" : 3,
|
||||||
|
"ip": "127.0.0.1",
|
||||||
|
"listen_port": 7613,
|
||||||
|
"channel": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instance_id" : 8,
|
||||||
|
"ip": "127.0.0.1",
|
||||||
|
"listen_port": 7618,
|
||||||
|
"channel": 5990
|
||||||
|
}
|
||||||
|
]
|
@ -0,0 +1,5 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "http://127.0.0.1:8321/webapp/index.php?c=Proxy&a=get"
|
||||||
|
}
|
||||||
|
]
|
@ -0,0 +1,7 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"instance_id": 1,
|
||||||
|
"ip": "127.0.0.1",
|
||||||
|
"listen_port": 7621
|
||||||
|
}
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user