Revert "Comment the new setting out, because it's the default value"

This reverts commit b7908e617c6f30bc55c8420a3f5f4ef63414ae6d.

- I revert, because it looks like that an undefined .env variable becomes an empty string. To handle this with if statements seems to uncertain to me without intense testing!
This commit is contained in:
Wolfgang Huß 2022-01-18 13:12:55 +01:00
parent b7908e617c
commit adc9f0967e

View File

@ -3,7 +3,7 @@
# change all the below if needed
PUBLIC_REGISTRATION: false
INVITE_REGISTRATION: false
# COOKIE_EXPIRE_TIME: 730 # days (730 days, two years by default in main code, if not set here)
COOKIE_EXPIRE_TIME: 730 # days (730 days, two years by default in main code, if not set here)
BACKEND:
# change all the below if needed