mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-12 21:58:58 -04:00
Merge pull request #9161 from owncloud/set-default-app-provider
set correct default external service address
This commit is contained in:
1 file changed
+3
-2
@@ -31,8 +31,9 @@ func DefaultConfig() *config.Config {
|
||||
Service: config.Service{
|
||||
Name: "app-provider",
|
||||
},
|
||||
Reva: shared.DefaultRevaConfig(),
|
||||
Driver: "",
|
||||
Reva: shared.DefaultRevaConfig(),
|
||||
ExternalAddr: "com.owncloud.api.app-provider",
|
||||
Driver: "",
|
||||
Drivers: config.Drivers{
|
||||
WOPI: config.WOPIDriver{
|
||||
WopiFolderURLBaseURL: "https://localhost:9200/",
|
||||
|
||||
Reference in new issue
Block a user