aboutsummaryrefslogtreecommitdiff
path: root/development.ini
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2022-07-18 18:46:10 +0200
committerDaniel Schadt <kingdread@gmx.de>2022-07-18 18:46:10 +0200
commit5a2057560a5703a59408009e40b51de5a0c18600 (patch)
tree01d122be2c3a2c190cbe19844c7312a8d4492b44 /development.ini
parent7f000cc23c7f159901b5e46a35fbf4c6878d0250 (diff)
downloadfietsboek-5a2057560a5703a59408009e40b51de5a0c18600.tar.gz
fietsboek-5a2057560a5703a59408009e40b51de5a0c18600.tar.bz2
fietsboek-5a2057560a5703a59408009e40b51de5a0c18600.zip
implement image upload
Diffstat (limited to 'development.ini')
-rw-r--r--development.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/development.ini b/development.ini
index 47e0231..eb33586 100644
--- a/development.ini
+++ b/development.ini
@@ -18,11 +18,12 @@ pyramid.includes =
pyramid_debugtoolbar
sqlalchemy.url = sqlite:///%(here)s/fietsboek.sqlite
+fietsboek.data_dir = %(here)s/data
retry.attempts = 3
email.from = fietsboek@kingdread.de
-email.smtp_url = debug://localhost:1025
+email.smtp_url = debug://
available_locales = en de
enable_account_registration = true