aboutsummaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-09-22 00:00:50 +0300
committerFilipp Lepalaan <filipp@mac.com>2015-09-22 00:00:50 +0300
commitb09a4a45552a96f1cdfd3f22e7465da9856aa2d0 (patch)
treecd750bf424966774a56dfac8661d39cd583069ce /settings.py
parent0942ce26e1341c25afd3a4addbc1adea6d5530f7 (diff)
downloadServo-b09a4a45552a96f1cdfd3f22e7465da9856aa2d0.tar.gz
Servo-b09a4a45552a96f1cdfd3f22e7465da9856aa2d0.tar.bz2
Servo-b09a4a45552a96f1cdfd3f22e7465da9856aa2d0.zip
Fixed dbbackup command
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index b20f158..0dbc590 100644
--- a/settings.py
+++ b/settings.py
@@ -215,6 +215,7 @@ REST_FRAMEWORK = {
ENABLE_RULES = False
TIMEZONE = 'Europe/Helsinki'
+BACKUP_DIR = '/opt/servo/backups'
GSX_CERT = 'uploads/settings/gsx_cert.pem'
GSX_KEY = 'uploads/settings/gsx_key.pem'