Skip to content

Commit

Permalink
Fix .env.example file so it only contains default values
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluisbaptiste committed Dec 23, 2020
1 parent 44b05dc commit b2934fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

# Set the cron backup time. Default is to run daily at 6am.
# Set it to "disable" to disable automated backups
OTRS_BACKUP_TIME="0 6 * * *"
#OTRS_BACKUP_TIME="0 4 * * *"

# Change the backup script that gets called from cron
#OTRS_CRON_BACKUP_SCRIPT="/etc/cron.d/otrs_backup_custom"
Expand All @@ -52,7 +52,7 @@ OTRS_BACKUP_TIME="0 6 * * *"
#OTRS_ARTICLE_STORAGE_TYPE=ArticleStorageDB

# Set the backup type (fullbackup|nofullbackup|dbonly). Default is full backup.
OTRS_BACKUP_TYPE="fullbackup"
#OTRS_BACKUP_TYPE="fullbackup"

# Set the backup compression method (gzip|bzip2). Default is gzip format.
#OTRS_BACKUP_COMRESSION="gzip"
Expand Down

0 comments on commit b2934fe

Please sign in to comment.