Skip to content

Commit 14b5ed9

Browse files
committed
chore: add new env vars to .env
1 parent 4745b27 commit 14b5ed9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.env

+7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# If a value is left empty, it will get set to the default during application startup.
2+
# You can find these default values in the internal/options/app.go file.
3+
4+
LOG_LEVEL=""
25

36
LDAP_SERVER=""
47
LDAP_IS_AD=""
58
LDAP_BASE_DN=""
69
LDAP_READONLY_USER=""
710
LDAP_READONLY_PASSWORD=""
11+
12+
PERSIST_SESSIONS=""
13+
SESSION_PATH=""
14+
SESSION_DURATION=""

0 commit comments

Comments
 (0)