feat: add environment variable

This commit is contained in:
ttionya
2021-06-08 01:11:33 +08:00
parent 23fcf01829
commit 93cfda6e73
2 changed files with 2 additions and 0 deletions

1
.env
View File

@@ -9,6 +9,7 @@
# ZIP_TYPE="zip"
# BACKUP_FILE_DATE_SUFFIX=""
# BACKUP_KEEP_DAYS="0"
# PING_URL=""
# MAIL_SMTP_ENABLE="FALSE"
# MAIL_SMTP_VARIABLES=""
# MAIL_TO=""

View File

@@ -25,6 +25,7 @@ services:
# ZIP_TYPE: 'zip'
# BACKUP_FILE_DATE_SUFFIX: ''
# BACKUP_KEEP_DAYS: 0
# PING_URL: ''
# MAIL_SMTP_ENABLE: 'FALSE'
# MAIL_SMTP_VARIABLES: ''
# MAIL_TO: ''