Skip to content

Commit

Permalink
chore: add new env vars to .env
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevMinerTV committed Oct 23, 2023
1 parent 4745b27 commit 14b5ed9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# If a value is left empty, it will get set to the default during application startup.
# You can find these default values in the internal/options/app.go file.

LOG_LEVEL=""

LDAP_SERVER=""
LDAP_IS_AD=""
LDAP_BASE_DN=""
LDAP_READONLY_USER=""
LDAP_READONLY_PASSWORD=""

PERSIST_SESSIONS=""
SESSION_PATH=""
SESSION_DURATION=""

0 comments on commit 14b5ed9

Please sign in to comment.