aboutsummaryrefslogtreecommitdiff
path: root/config.example.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config.example.cfg')
-rw-r--r--config.example.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.example.cfg b/config.example.cfg
index 51e3f50..60f6928 100644
--- a/config.example.cfg
+++ b/config.example.cfg
@@ -25,6 +25,9 @@ MAIL_PORT=587
MAIL_USE_TLS=True
MAIL_UTILS_ERROR_SEND_TO=[""]
+UPLOAD_DIR="/var/cdb/uploads/"
+THUMBNAIL_DIR="/var/cdb/thumbnails/"
+
LANGUAGES = {
'en': 'English',
}