feat: include debug server in collaboration

This commit is contained in:
Juan Pablo Villafáñez
2024-03-20 18:45:03 +01:00
parent ce6ed399a9
commit f240d4e7cb
5 changed files with 138 additions and 18 deletions

View File

@@ -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,