Initial boilerplate from boilr-ocis-extension.

This commit is contained in:
Benedikt Kulmann
2020-04-07 15:06:08 +02:00
parent 6fdbbd7e8e
commit a8af03c338
43 changed files with 3481 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"debug": {
"addr": "0.0.0.0:9194",
"token": "",
"pprof": false,
"zpages": false
},
"http": {
"addr": "0.0.0.0:9190"
},
"tracing": {
"enabled": false,
"type": "jaeger",
"endpoint": "localhost:6831",
"collector": "http://localhost:14268/api/traces",
"service": "settings"
}
}
+18
View File
@@ -0,0 +1,18 @@
---
debug:
addr: 0.0.0.0:9194
token:
pprof: false
zpages: false
http:
addr: 0.0.0.0:9190
tracing:
enabled: false
type: jaeger
endpoint: localhost:6831
collector: http://localhost:14268/api/traces
service: settings
...