mirror of
https://github.com/owncloud/ocis
synced 2026-04-27 10:07:30 +02:00
feat: include debug server in collaboration
This commit is contained in:
@@ -37,6 +37,12 @@ func DefaultConfig() *config.Config {
|
||||
Namespace: "com.owncloud.collaboration",
|
||||
Scheme: "https",
|
||||
},
|
||||
Debug: config.Debug{
|
||||
Addr: "127.0.0.1:9304",
|
||||
Token: "",
|
||||
Pprof: false,
|
||||
Zpages: false,
|
||||
},
|
||||
WopiApp: config.WopiApp{
|
||||
Addr: "https://127.0.0.1:8080",
|
||||
Insecure: false,
|
||||
|
||||
Reference in New Issue
Block a user