This commit is contained in:
aozhiwei 2024-04-12 19:43:28 +08:00
parent 14b8cf87fc
commit 56bbdd45dd
9 changed files with 2 additions and 36 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
module imserver_new
module imserver
go 1.20

View File

@ -6,7 +6,7 @@ compile:
protoc --proto_path=proto --go_out=./ss proto/ss_msgid.proto
protoc --proto_path=proto --go_out=./ss proto/ss_proto.proto
@export GOPROXY=https://goproxy.io
@go build -gcflags=all="-N -l" -o ../../bin/imserver_new/bin
@go build -gcflags=all="-N -l" -o ../../bin/imserver/bin
@echo "compile done"
debug: