Initial commit

This commit is contained in:
Thomas Boerger
2019-12-10 09:38:51 +01:00
commit 66337bb4da
56 changed files with 4168 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
---
debug:
addr: 0.0.0.0:9134
token:
pprof: false
zpages: false
http:
addr: 0.0.0.0:9130
root: /
tracing:
enabled: false
type: jaeger
endpoint: localhost:6831
collector: http://localhost:14268/api/traces
service: konnectd
...