remove random default ports

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2024-10-23 10:37:26 +02:00
parent ed6d44fd39
commit 26bf70a5b1
8 changed files with 13 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ func FullDefaultConfig() *config.Config {
func DefaultConfig() *config.Config {
return &config.Config{
Debug: config.Debug{
Addr: "127.0.0.1:9135",
Addr: "127.0.0.1:9139",
Token: "",
},
Service: config.Service{
@@ -29,7 +29,7 @@ func DefaultConfig() *config.Config {
Cluster: "ocis-cluster",
},
HTTP: config.HTTP{
Addr: "127.0.0.1:0",
Addr: "127.0.0.1:9135",
Root: "/",
Namespace: "com.owncloud.sse",
CORS: config.CORS{