From d1f07803e39c1072127315821580eea3939fb51f Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Mon, 5 Dec 2022 21:06:25 +0100 Subject: parse/validate config with pydantic This is the first step, in the next step, we should actually use request.config. --- testing.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'testing.ini') 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 +email.smtp_url = debug:// session_key = TESTING_KEY_DO_NOT_USE -- cgit v1.2.3