chore(settings): update settings.yml
This commit is contained in:
parent
7ca12d064d
commit
7946e046e2
@ -1,4 +1,4 @@
|
|||||||
# SPDX-FileCopyrightText: 2022 Gregor Kleen <gregor.kleen@ifi.lmu.de>,Sarah Vaupel <sarah.vaupel@ifi.lmu.de>,Steffen Jost <jost@tcs.ifi.lmu.de>,Wolfgang Witt <Wolfgang.Witt@campus.lmu.de>
|
# SPDX-FileCopyrightText: 2022-2024 Sarah Vaupel <sarah.vaupel@uniworx.de>, Gregor Kleen <gregor.kleen@ifi.lmu.de>, Sarah Vaupel <sarah.vaupel@ifi.lmu.de>, Steffen Jost <jost@tcs.ifi.lmu.de>, Wolfgang Witt <Wolfgang.Witt@campus.lmu.de>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
@ -131,8 +131,18 @@ database:
|
|||||||
|
|
||||||
auto-db-migrate: '_env:AUTO_DB_MIGRATE:true'
|
auto-db-migrate: '_env:AUTO_DB_MIGRATE:true'
|
||||||
|
|
||||||
ldap:
|
# External databases used for authentication and user data lookup
|
||||||
- host: "_env:LDAPHOST:"
|
# If the first user database in the list is unreachable, the application will perform a failover to the next list entry, etc.
|
||||||
|
user-databases:
|
||||||
|
- protocol: "oauth2"
|
||||||
|
config:
|
||||||
|
client-id: "_env:OAUTH2CLIENTID:"
|
||||||
|
client-secret: "_env:OAUTH2CLIENTSECRET:"
|
||||||
|
tenant-id: "_env:OAUTH2TENANTID:"
|
||||||
|
scopes: "_env:OAUTH2SCOPES:"
|
||||||
|
- protocol: "ldap"
|
||||||
|
config:
|
||||||
|
host: "_env:LDAPHOST:"
|
||||||
tls: "_env:LDAPTLS:"
|
tls: "_env:LDAPTLS:"
|
||||||
port: "_env:LDAPPORT:389"
|
port: "_env:LDAPPORT:389"
|
||||||
user: "_env:LDAPUSER:"
|
user: "_env:LDAPUSER:"
|
||||||
|
|||||||
Reference in New Issue
Block a user