Skip to content

Commit

Permalink
Add login varibles to .env.test
Browse files Browse the repository at this point in the history
  • Loading branch information
anarute committed Sep 27, 2023
1 parent fd49110 commit 7afcfd0
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,21 @@ ALL_USERS_GROUP="staff"
USER_GROUPS="staff, admin, manager"
EMPLOYEES_GROUP="staff"

# Uncomment the next lines to enable LDAP user authentication
# USER_DAO='HybridUserDAO'
# USER_GROUP_DAO='LDAPUserGroupDAO'
# BELONGS_DAO='LDAPBelongsDAO'
# End lines for LDAP user authentication

USE_EXTERNAL_AUTHENTICATION=false
EXTERNAL_AUTHENTICATION_USER_HEADER=""
OIDC_AUTHORITY=
OIDC_CLIENT_ID=
OIDC_USERNAME_PROPERTY=
OIDC_CERTS_URL=
JWT_ALGORITHM=
JWT_SECRET=
JWT_AUDIENCE=

CALENDAR_URL=""
CALENDAR_ID=""
CALENDAR_USERNAME=""
CALENDAR_PASSWORD=""
CALENDAR_EMAIL=""

# TODO All the variables below should be added to the database
# and be configurable by a GUI
COMPANY_DOMAIN="domain.com"
YEARLY_HOLIDAY_HOURS=184
VACATIONS_PROJECT_ID=1
Expand Down

0 comments on commit 7afcfd0

Please sign in to comment.