mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-07 12:50:21 -06:00
fix service namespaces
This commit is contained in:
committed by
Jörn Friedrich Dreyer
parent
2e5b57f847
commit
1e13072ea0
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user