remove example config files

This commit is contained in:
Willy Kloucek
2022-03-23 08:19:10 +01:00
parent f67e6242ee
commit 7f65dfba34
30 changed files with 0 additions and 1008 deletions
-18
View File
@@ -1,18 +0,0 @@
{
"debug": {
"addr": "0.0.0.0:9189",
"token": "",
"pprof": false,
"zpages": false
},
"http": {
"addr": "0.0.0.0:9110"
},
"tracing": {
"enabled": false,
"type": "jaeger",
"endpoint": "localhost:6831",
"collector": "http://localhost:14268/api/traces",
"service": "thumbnails"
}
}
-18
View File
@@ -1,18 +0,0 @@
---
debug:
addr: 0.0.0.0:9189
token:
pprof: false
zpages: false
http:
addr: 0.0.0.0:9110
tracing:
enabled: false
type: jaeger
endpoint: localhost:6831
collector: http://localhost:14268/api/traces
service: thumbnails
...