add additional config options from cs3org/reva#1968
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user