Files
opencloud/config/example.json
Thomas Müller 178b6ccde3 Initial commit
2020-02-21 11:59:19 +01:00

19 lines
326 B
JSON

{
"debug": {
"addr": "0.0.0.0:9124",
"token": "",
"pprof": false,
"zpages": false
},
"http": {
"addr": "0.0.0.0:9120"
},
"tracing": {
"enabled": false,
"type": "jaeger",
"endpoint": "localhost:6831",
"collector": "http://localhost:14268/api/traces",
"service": "glauth"
}
}