aboutsummaryrefslogtreecommitdiff
path: root/testing.ini
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2022-12-05 21:06:25 +0100
committerDaniel Schadt <kingdread@gmx.de>2022-12-05 21:06:25 +0100
commitd1f07803e39c1072127315821580eea3939fb51f (patch)
tree8c33f5093dde0cacfab79393ab1be523060813aa /testing.ini
parenta95a9768135bcaaa856a7cca98409a49250c96fa (diff)
downloadfietsboek-d1f07803e39c1072127315821580eea3939fb51f.tar.gz
fietsboek-d1f07803e39c1072127315821580eea3939fb51f.tar.bz2
fietsboek-d1f07803e39c1072127315821580eea3939fb51f.zip
parse/validate config with pydantic
This is the first step, in the next step, we should actually use request.config.
Diffstat (limited to 'testing.ini')
-rw-r--r--testing.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing.ini b/testing.ini
index 9fad722..62c1e26 100644
--- a/testing.ini
+++ b/testing.ini
@@ -13,6 +13,12 @@ pyramid.debug_routematch = false
pyramid.default_locale_name = en
sqlalchemy.url = sqlite:///%(here)s/testing.sqlite
+redis.url = redis://localhost
+
+fietsboek.default_tile_layers =
+
+email.from = Test <test@localhost>
+email.smtp_url = debug://
session_key = TESTING_KEY_DO_NOT_USE