extend ENVs

This commit is contained in:
Julian Krauser 2025-01-25 16:54:01 +01:00
parent 46ad96c470
commit 684c24e4fd
3 changed files with 16 additions and 2 deletions

View file

@ -16,7 +16,11 @@ MAIL_USERNAME = mail_username
MAIL_PASSWORD = mail_password
MAIL_HOST = mail_hoststring
MAIL_PORT = mail_portnumber
MAIL_SECURE (true|false) // true for port 465, fals for other ports
MAIL_SECURE = (true|false) // true for port 465, fals for other ports
CLUB_NAME = clubname #default FF Admin
CLUB_WEBSITE = https://my-club-website-url
CLUB_WEBSITE = https://my-club-website-url
BACKUP_INTERVAL = number of days (min 1)
BACKUP_COPIES = number of parallel copies
BACKUP_AUTO_RESTORE = (true|false) # default false