Merge remote-tracking branch 'origin/main'
# Conflicts: # plantit/server.env
This commit is contained in:
@@ -17,22 +17,12 @@ JWT_EXP=1
|
|||||||
#
|
#
|
||||||
# Server config
|
# Server config
|
||||||
#
|
#
|
||||||
USERS_LIMIT=-1 # less then 0 means no limit
|
USERS_LIMIT=-1
|
||||||
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
|
UPLOAD_DIR=/upload-dir
|
||||||
API_PORT=8080
|
API_PORT=8632
|
||||||
TREFLE_KEY=
|
TREFLE_KEY=
|
||||||
ALLOWED_ORIGINS=* # CORS allowed origins (comma separated list)
|
LOG_LEVEL=DEBUG
|
||||||
LOG_LEVEL=DEBUG # could be: DEBUG, INFO, WARN, ERROR
|
ALLOWED_ORIGINS=*
|
||||||
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
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Cache
|
# Cache
|
||||||
|
|||||||
Reference in New Issue
Block a user