mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-20 01:01:16 -05:00
Restructure project similar to hello and graph
This commit is contained in:
@@ -1,11 +1,18 @@
|
||||
{
|
||||
"debug": {
|
||||
"addr": "0.0.0.0:8180",
|
||||
"addr": "0.0.0.0:9119",
|
||||
"token": "",
|
||||
"pprof": false
|
||||
"pprof": false,
|
||||
"zpages": false
|
||||
},
|
||||
"http": {
|
||||
"addr": "0.0.0.0:8190",
|
||||
"root": "/"
|
||||
"addr": "0.0.0.0:9115"
|
||||
},
|
||||
"tracing": {
|
||||
"enabled": false,
|
||||
"type": "jaeger",
|
||||
"endpoint": "localhost:6831",
|
||||
"collector": "http://localhost:14268/api/traces",
|
||||
"service": "webdav"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user