1
This commit is contained in:
parent
14b8cf87fc
commit
56bbdd45dd
@ -1,2 +0,0 @@
|
||||
node ../../../tools/robot/app.js -hws://192.168.100.45:7801 -utest134345 -d../../../server/imserver/
|
||||
pause
|
@ -1 +0,0 @@
|
||||
node ../../../tools/robot/app.js -hws://192.168.100.45:7801 -utest134345 -d../../../server/imserver/
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"gameapi_url": "https://game2006api-test.kingsome.cn"
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"host": "10.10.9.3",
|
||||
"port": 3306,
|
||||
"user": "root",
|
||||
"passwd": "keji178",
|
||||
"database": "frienddb_dev_1"
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
{
|
||||
"host": "10.10.9.3",
|
||||
"port": 3306,
|
||||
"user": "root",
|
||||
"passwd": "keji178",
|
||||
"database": "gamedb2006_dev_1"
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
[
|
||||
{
|
||||
"instance_id": 1,
|
||||
"listen_port": 8888,
|
||||
"http_listen_port": 8889
|
||||
}
|
||||
]
|
@ -1,7 +0,0 @@
|
||||
[
|
||||
{
|
||||
"instance_id": 1,
|
||||
"ip": "127.0.0.1",
|
||||
"listen_port": 7628
|
||||
}
|
||||
]
|
@ -1,4 +1,4 @@
|
||||
module imserver_new
|
||||
module imserver
|
||||
|
||||
go 1.20
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user