Restructure project similar to hello and graph

This commit is contained in:
Thomas Boerger
2019-12-06 15:03:44 +01:00
parent dcac6a2735
commit 89ab7bf914
46 changed files with 1906 additions and 751 deletions

View File

@@ -1,11 +1,18 @@
{
"debug": {
"addr": "0.0.0.0:8180",
"addr": "0.0.0.0:9119",
"token": "",
"pprof": false
"pprof": false,
"zpages": false
},
"http": {
"addr": "0.0.0.0:8190",
"root": "/"
"addr": "0.0.0.0:9115"
},
"tracing": {
"enabled": false,
"type": "jaeger",
"endpoint": "localhost:6831",
"collector": "http://localhost:14268/api/traces",
"service": "webdav"
}
}