Restructure project similar to hello and graph

This commit is contained in:
Thomas Boerger committed 2019-12-06 15:03:43 +01:00
1 parent 5c15745a3a
commit acd6d6e7f5
46 files changed
+1906 -751

No files matched your search

+11 -4
View File
@@ -1,11 +1,18 @@
{
"debug": {
"addr": "0.0.0.0:8280",
"addr": "0.0.0.0:9114",
"token": "",
"pprof": false
"pprof": false,
"zpages": false
},
"http": {
"addr": "0.0.0.0:8290",
"root": "/"
"addr": "0.0.0.0:9110"
},
"tracing": {
"enabled": false,
"type": "jaeger",
"endpoint": "localhost:6831",
"collector": "http://localhost:14268/api/traces",
"service": "ocs"
}
}