From 467ff045aa0f86e6e977602b25676210fc5e97a9 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 3 Nov 2020 14:58:19 -0800 Subject: [PATCH] Moved the BACKUP_ENV to new BACKUP block --- .env.example | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.env.example b/.env.example index 6e9212671f9b..4608c185b221 100644 --- a/.env.example +++ b/.env.example @@ -58,6 +58,15 @@ MAIL_REPLYTO_NAME='Snipe-IT' # -------------------------------------------- IMAGE_LIB=gd + +# -------------------------------------------- +# OPTIONAL: BACKUP SETTINGS +# -------------------------------------------- +MAIL_BACKUP_NOTIFICATION_DRIVER=null +MAIL_BACKUP_NOTIFICATION_ADDRESS=null +BACKUP_ENV=true + + # -------------------------------------------- # OPTIONAL: SESSION SETTINGS # -------------------------------------------- @@ -134,12 +143,5 @@ APP_LOG_MAX_FILES=10 APP_LOCKED=false APP_CIPHER=AES-256-CBC GOOGLE_MAPS_API= -BACKUP_ENV=true LDAP_MEM_LIM=500M LDAP_TIME_LIM=600 - -# -------------------------------------------- -# BACKUP SETTINGS -# -------------------------------------------- -MAIL_BACKUP_NOTIFICATION_DRIVER=null -MAIL_BACKUP_NOTIFICATION_ADDRESS=null \ No newline at end of file