Merge pull request #9161 from owncloud/set-default-app-provider

set correct default external service address
This commit is contained in:
Michael Barz
2024-07-09 11:47:06 +02:00
committed by GitHub

View File

@@ -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/",