From ad2f5b32d144e9224c22bd92cd3e5a50d52c5bcf Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Wed, 22 Jun 2022 20:55:19 +0200 Subject: [PATCH] Commit config for tests --- data/tests.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/tests.toml diff --git a/data/tests.toml b/data/tests.toml new file mode 100644 index 0000000..9efcb98 --- /dev/null +++ b/data/tests.toml @@ -0,0 +1,15 @@ +domain = "localhost:8000" +username = "test" +# toto +admin_password = "$2b$12$OwCyZM33uXQUVrChgER.h.qgFJ4fBp6tdFwArR3Lm1LV8NgMvIxVa" +name = "test" +summary = "

Hello

" +https = false +icon_url = "https://localhost:8000/static/nopic.png" +secret = "1dd4079e0474d1a519052b8fe3cb5fa6" +debug = true + +# In-mem DB +sqlalchemy_database_url = "sqlite:///file:pytest?mode=memory&cache=shared&uri=true" +key_path = "tests/test.key" +media_db_path = "tests/media.db"