diff --git a/plantit/server.env b/plantit/server.env index 6e37b0d..c616367 100644 --- a/plantit/server.env +++ b/plantit/server.env @@ -17,22 +17,12 @@ JWT_EXP=1 # # Server config # -USERS_LIMIT=-1 # less then 0 means no limit -UPLOAD_DIR=/upload-dir # path to the directory used to store uploaded images, if on docker deployment leave as it is and change the volume binding in the docker-compose file if needed -API_PORT=8080 +USERS_LIMIT=-1 +UPLOAD_DIR=/upload-dir +API_PORT=8632 TREFLE_KEY= -ALLOWED_ORIGINS=* # CORS allowed origins (comma separated list) -LOG_LEVEL=DEBUG # could be: DEBUG, INFO, WARN, ERROR -UPDATE_EXISTING=false # update missing fields using Trefle service, useful on system version update if new fields are introduced -CONTACT_MAIL=soenke@domroese.eu # address used as "contact" for template email -REMINDER_NOTIFY_CHECK=0 30 7 * * * # 6-values crontab expression to set the check time for reminders - - -# -# SSL -# -SSL_ENABLED=false -CERTIFICATE_PATH=/certificates/ # path to files to use for ssl. If on docker deployment leave as it is and change the volume binding in the docker-compose file if needed +LOG_LEVEL=DEBUG +ALLOWED_ORIGINS=* # # Cache