This commit is contained in:
aozhiwei 2024-03-23 14:55:22 +08:00
parent 51cde732c2
commit ad3e304e7e
7 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,2 @@
node ../../../tools/robot/app.js -hws://192.168.100.45:7801 -utest134345 -d../../../server/imserver/
pause

View File

@ -0,0 +1 @@
node ../../../tools/robot/app.js -hws://192.168.100.45:7801 -utest134345 -d../../../server/imserver/

View File

@ -0,0 +1,3 @@
{
"gameapi_url": "https://game2006api-test.kingsome.cn"
}

View File

@ -0,0 +1,7 @@
{
"host": "10.10.9.3",
"port": 3306,
"user": "root",
"passwd": "keji178",
"database": "frienddb_dev_1"
}

View File

@ -0,0 +1,7 @@
{
"host": "10.10.9.3",
"port": 3306,
"user": "root",
"passwd": "keji178",
"database": "gamedb2006_dev_1"
}

View File

@ -0,0 +1,7 @@
[
{
"instance_id": 1,
"listen_port": 8888,
"http_listen_port": 8889
}
]

View File

@ -0,0 +1,7 @@
[
{
"instance_id": 1,
"ip": "127.0.0.1",
"listen_port": 7628
}
]