extend ENVs
This commit is contained in:
parent
46ad96c470
commit
684c24e4fd
3 changed files with 16 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue