owncloudsql driver typo

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2022-05-03 17:59:32 +02:00
parent 2c49a47d66
commit 68ccfa39f3
3 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ type GRPCConfig struct {
type AuthProviders struct {
LDAP LDAPProvider `yaml:"ldap"`
OwnCloudSQL OwnCloudSQLProvider `yaml:"owncloud_sql"`
OwnCloudSQL OwnCloudSQLProvider `yaml:"owncloudsql"`
JSON JSONProvider `yaml:"json,omitempty"` // not supported by the oCIS product, therefore not part of docs
}