ing
This commit is contained in:
parent
b4a05fc617
commit
04906f188b
6
build.sh
Normal file
6
build.sh
Normal 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
16
build/config/config.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
0
build/config/logging.json
Normal file
0
build/config/logging.json
Normal file
Loading…
Reference in New Issue
Block a user