diff options
author | Daniel Schadt <kingdread@gmx.de> | 2022-12-05 21:06:25 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2022-12-05 21:06:25 +0100 |
commit | d1f07803e39c1072127315821580eea3939fb51f (patch) | |
tree | 8c33f5093dde0cacfab79393ab1be523060813aa /testing.ini | |
parent | a95a9768135bcaaa856a7cca98409a49250c96fa (diff) | |
download | fietsboek-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.ini | 6 |
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 |