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,20 +131,30 @@ 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.
|
||||||
tls: "_env:LDAPTLS:"
|
user-databases:
|
||||||
port: "_env:LDAPPORT:389"
|
- protocol: "oauth2"
|
||||||
user: "_env:LDAPUSER:"
|
config:
|
||||||
pass: "_env:LDAPPASS:"
|
client-id: "_env:OAUTH2CLIENTID:"
|
||||||
baseDN: "_env:LDAPBASE:"
|
client-secret: "_env:OAUTH2CLIENTSECRET:"
|
||||||
scope: "_env:LDAPSCOPE:WholeSubtree"
|
tenant-id: "_env:OAUTH2TENANTID:"
|
||||||
timeout: "_env:LDAPTIMEOUT:5"
|
scopes: "_env:OAUTH2SCOPES:"
|
||||||
search-timeout: "_env:LDAPSEARCHTIME:5"
|
- protocol: "ldap"
|
||||||
pool:
|
config:
|
||||||
stripes: "_env:LDAPSTRIPES:1"
|
host: "_env:LDAPHOST:"
|
||||||
timeout: "_env:LDAPTIMEOUT:20"
|
tls: "_env:LDAPTLS:"
|
||||||
limit: "_env:LDAPLIMIT:10"
|
port: "_env:LDAPPORT:389"
|
||||||
|
user: "_env:LDAPUSER:"
|
||||||
|
pass: "_env:LDAPPASS:"
|
||||||
|
baseDN: "_env:LDAPBASE:"
|
||||||
|
scope: "_env:LDAPSCOPE:WholeSubtree"
|
||||||
|
timeout: "_env:LDAPTIMEOUT:5"
|
||||||
|
search-timeout: "_env:LDAPSEARCHTIME:5"
|
||||||
|
pool:
|
||||||
|
stripes: "_env:LDAPSTRIPES:1"
|
||||||
|
timeout: "_env:LDAPTIMEOUT:20"
|
||||||
|
limit: "_env:LDAPLIMIT:10"
|
||||||
|
|
||||||
ldap-re-test-failover: 60
|
ldap-re-test-failover: 60
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user