add additional config options from cs3org/reva#1968

This commit is contained in:
Willy Kloucek
2021-09-01 12:50:03 +02:00
parent 439e5729a8
commit e2a7cf7809
3 changed files with 64 additions and 18 deletions
+10 -4
View File
@@ -48,10 +48,16 @@ type AppProvider struct {
}
type WopiDriver struct {
IopSecret string
Insecure bool
WopiURL string
AppURL string
AppAPIKey string
AppDesktopOnly bool
AppIconURI string
AppInternalURL string
AppName string
AppURL string
Insecure bool
IopSecret string
JWTSecret string
WopiURL string
}
// Sharing defines the available sharing configuration.