summaryrefslogtreecommitdiffstats
path: root/settings.py.sample
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py.sample')
-rw-r--r--settings.py.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py.sample b/settings.py.sample
index 212c524..7d1f208 100644
--- a/settings.py.sample
+++ b/settings.py.sample
@@ -4,6 +4,7 @@
SECRET_KEY = 'secret_key_to_fill_in'
MAX_CONTENT_LENGTH = 10 * 1024 * 1024
DEBUG = False
+LOG_FILE_PATH = 'app.log'
FORM_START_YEAR = 2000
ALLOWED_EXTENSIONS = ['txt', 'pdf', 'png', 'jpg', 'jpeg', 'gif', 'zip', 'gs', 'gz' ]