Files
opencloud/config/example.json
Thomas Müller d9e7f1a986 init
2019-12-04 17:15:11 +01:00

19 lines
321 B
JSON

{
"debug": {
"addr": "0.0.0.0:8390",
"token": "",
"pprof": false
},
"http": {
"addr": "0.0.0.0:8380",
"root": "/"
},
"tracing": {
"enabled": false,
"type": "jaeger",
"endpoint": "localhost:6831",
"collector": "http://localhost:14268/api/traces",
"service": "graph"
}
}