This commit is contained in:
crusader 2017-12-16 14:29:01 +09:00
parent b4a05fc617
commit 04906f188b
3 changed files with 22 additions and 0 deletions

6
build.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/sh
set -e
rm ./dist/*
CGO_ENABLED=0 go build -a --installsuffix cgo --ldflags="-s" -o ./dist/overflow_probe

16
build/config/config.json Normal file
View File

@ -0,0 +1,16 @@
{
"central": {
"url": "wss://probe.overflow.cloud",
"apiKey": "52abd6fd57e511e7ac52080027658d13",
"readBufferSize": 8192,
"writeBufferSize": 8192
},
"probe": {
},
"paths": {
"bin": "/bin",
"config": "/config",
"pid": "/pid",
"root": "/project/overFlow/probe"
}
}

View File