Add the missing auth providers to AUTH_BASIC_AUTH_PROVIDER description (#4923)
* Add the missing auth providers to AUTH_BASIC_AUTH_PROVIDER description * fix strings on more locations * WOPIDriver * Apply suggestions from code review * Update services/users/pkg/config/config.go
This commit is contained in:
@@ -59,7 +59,7 @@ type GRPCConfig struct {
|
||||
}
|
||||
|
||||
type Drivers struct {
|
||||
WOPI WOPIDriver `yaml:"wopi" desc:"driver for the CS3org WOPI server"`
|
||||
WOPI WOPIDriver `yaml:"wopi" desc:"Driver for the CS3org WOPI server"`
|
||||
}
|
||||
|
||||
type WOPIDriver struct {
|
||||
|
||||
Reference in New Issue
Block a user