fix service namespaces

This commit is contained in:
Willy Kloucek
2024-05-14 15:23:11 +02:00
committed by Jörn Friedrich Dreyer
parent 2e5b57f847
commit 1e13072ea0

View File

@@ -27,12 +27,12 @@ func DefaultConfig() *config.Config {
},
GRPC: config.GRPC{
Addr: "0.0.0.0:9301",
Namespace: "com.owncloud.collaboration",
Namespace: "com.owncloud.api",
},
HTTP: config.HTTP{
Addr: "127.0.0.1:9300",
BindAddr: "0.0.0.0:9300",
Namespace: "com.owncloud.collaboration",
Namespace: "com.owncloud.web",
Scheme: "https",
},
Debug: config.Debug{