mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
remove random default ports
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
@@ -40,7 +40,7 @@ func DefaultConfig() *config.Config {
|
||||
RevaGateway: shared.DefaultRevaConfig().Address,
|
||||
DefaultLanguage: "en",
|
||||
HTTP: config.HTTP{
|
||||
Addr: "127.0.0.1:0",
|
||||
Addr: "127.0.0.1:9195",
|
||||
Root: "/",
|
||||
Namespace: "com.owncloud.web",
|
||||
CORS: config.CORS{
|
||||
|
||||
Reference in New Issue
Block a user