1
This commit is contained in:
commit
b1e729c0f4
6
battleserver/game1008.battleserver.cluster.json
Normal file
6
battleserver/game1008.battleserver.cluster.json
Normal file
@ -0,0 +1,6 @@
|
||||
[
|
||||
{
|
||||
"instance_id" : 1,
|
||||
"listen_port": 7031
|
||||
}
|
||||
]
|
7
dbproxy/game1008.dbproxy.cluster.json
Normal file
7
dbproxy/game1008.dbproxy.cluster.json
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"instance_id" : 1,
|
||||
"listen_ip": "127.0.0.1",
|
||||
"listen_port": 7041
|
||||
}
|
||||
]
|
9
dbproxy/game1008.dbproxy.mysql.cluster.json
Normal file
9
dbproxy/game1008.dbproxy.mysql.cluster.json
Normal file
@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"instance_id": 1,
|
||||
"host": "127.0.0.1",
|
||||
"port": 3306,
|
||||
"user": "root",
|
||||
"passwd": "keji178"
|
||||
}
|
||||
]
|
6
dbserver/game1008.dbserver.cluster.json
Normal file
6
dbserver/game1008.dbserver.cluster.json
Normal file
@ -0,0 +1,6 @@
|
||||
[
|
||||
{
|
||||
"instance_id" : 1,
|
||||
"listen_port": 7021
|
||||
}
|
||||
]
|
9
dbserver/game1008.dbserver.mysql.cluster.json
Normal file
9
dbserver/game1008.dbserver.mysql.cluster.json
Normal file
@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"instance_id": 1,
|
||||
"host": "127.0.0.1",
|
||||
"port": 3306,
|
||||
"user": "root",
|
||||
"passwd": "keji178"
|
||||
}
|
||||
]
|
7
gameserver/game1008.battleserver.cluster.json
Normal file
7
gameserver/game1008.battleserver.cluster.json
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"instance_id": 1,
|
||||
"ip": "127.0.0.1",
|
||||
"port": 7031
|
||||
}
|
||||
]
|
7
gameserver/game1008.dbproxy.cluster.json
Normal file
7
gameserver/game1008.dbproxy.cluster.json
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"instance_id": 1,
|
||||
"ip": "127.0.0.1",
|
||||
"port": 7041
|
||||
}
|
||||
]
|
7
gameserver/game1008.dbserver.cluster.json
Normal file
7
gameserver/game1008.dbserver.cluster.json
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"instance_id": 1,
|
||||
"ip": "127.0.0.1",
|
||||
"port": 7021
|
||||
}
|
||||
]
|
6
gameserver/game1008.gameserver.cluster.json
Normal file
6
gameserver/game1008.gameserver.cluster.json
Normal file
@ -0,0 +1,6 @@
|
||||
[
|
||||
{
|
||||
"instance_id" : 1,
|
||||
"listen_port": 7011
|
||||
}
|
||||
]
|
9
gameserver/game1008.gameserver.mysql.cluster.json
Normal file
9
gameserver/game1008.gameserver.mysql.cluster.json
Normal file
@ -0,0 +1,9 @@
|
||||
[
|
||||
{
|
||||
"instance_id": 1,
|
||||
"host": "127.0.0.1",
|
||||
"port": 3306,
|
||||
"user": "root",
|
||||
"passwd": "keji178"
|
||||
}
|
||||
]
|
7
wsproxy/game1008.gameserver.cluster.json
Normal file
7
wsproxy/game1008.gameserver.cluster.json
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"instance_id": 1,
|
||||
"ip": "127.0.0.1",
|
||||
"port": 7011
|
||||
}
|
||||
]
|
7
wsproxy/game1008.wsproxy.cluster.json
Normal file
7
wsproxy/game1008.wsproxy.cluster.json
Normal file
@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"instance_id" : 1,
|
||||
"listen_ip": "127.0.0.1",
|
||||
"listen_port": 7001
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user