chore: .env.example 补齐 LDAP_BASE_DN
This commit is contained in:
parent
8e07fbd1e2
commit
81505b6c08
|
|
@ -8,6 +8,7 @@ NODE_TLS_REJECT_UNAUTHORIZED=0
|
||||||
|
|
||||||
# LDAP 配置
|
# LDAP 配置
|
||||||
LDAP_URL=ldap://localhost:3890
|
LDAP_URL=ldap://localhost:3890
|
||||||
|
LDAP_BASE_DN=dc=tlyq,dc=ai
|
||||||
|
|
||||||
# OIDC 配置
|
# OIDC 配置
|
||||||
AUTHELIA_URL=http://127.0.0.1:6180
|
AUTHELIA_URL=http://127.0.0.1:6180
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue