about summary refs log tree commit diff
path: root/.env.nanobox
diff options
context:
space:
mode:
authorDaniel Hunsaker <danhunsaker@gmail.com>2017-07-06 16:46:45 -0600
committerEugen Rochko <eugen@zeonfederated.com>2017-07-07 00:46:45 +0200
commit185b41beb4adea5f0b55f56c0898bef74fd35435 (patch)
tree4454f1d2ff063cd4c57ff491051bf4498608fbcd /.env.nanobox
parent2083000027451249836c369eb961300d7faf5f99 (diff)
[nanobox] Add Automated Backups (#4023)
This PR adds automatic backups to Nanobox instances. The database, Redis, and user files are backed up every day at 03:00 (server time) to the data warehouse component which comes with every Nanobox app. Old backups are automatically cleared out, but the number of backups that are left untouched can be configured by setting the `BACKUP_COUNT` environment variable to any integer value greater than 0 (the default is 1).

Also updated `.env.nanobox` to reflect the current `.env.production.sample`.
Diffstat (limited to '.env.nanobox')
-rw-r--r--.env.nanobox2
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.nanobox b/.env.nanobox
index 73abefdc6..7920c47b9 100644
--- a/.env.nanobox
+++ b/.env.nanobox
@@ -69,7 +69,7 @@ SMTP_FROM_ADDRESS=notifications@${APP_NAME}.nanoapp.io
 # PAPERCLIP_ROOT_URL=/system
 
 # Optional asset host for multi-server setups
-# CDN_HOST=assets.example.com
+# CDN_HOST=https://assets.example.com
 
 # S3 (optional)
 # S3_ENABLED=true