remove random default ports

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2024-10-23 11:12:20 +02:00
parent ed6d44fd39
commit 26bf70a5b1
8 changed files with 13 additions and 13 deletions
@@ -25,7 +25,7 @@ func DefaultConfig() *config.Config {
Zpages: false,
},
HTTP: config.HTTPConfig{
Addr: "127.0.0.1:0", // :0 to pick any free local port
Addr: "127.0.0.1:19163",
Namespace: "com.owncloud.web",
Protocol: "tcp",
Prefix: "",