aboutsummaryrefslogtreecommitdiffstats
path: root/thallium-backend/src/settings.py
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-08-19 01:05:27 +0100
committerGravatar Chris Lovering <[email protected]>2024-08-19 01:05:27 +0100
commitfe6abd8a5719cbcab1d1207918136f19042e4fa3 (patch)
treedf09b6c83653189f668fce044c41096386e5bde0 /thallium-backend/src/settings.py
parentCaddy local support (diff)
Add debug endpoints and implement token auth
Co-authored-by: Joe Banks <[email protected]>
Diffstat (limited to 'thallium-backend/src/settings.py')
-rw-r--r--thallium-backend/src/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/thallium-backend/src/settings.py b/thallium-backend/src/settings.py
index f6e144c..81a6335 100644
--- a/thallium-backend/src/settings.py
+++ b/thallium-backend/src/settings.py
@@ -23,6 +23,7 @@ class _Config(
debug: bool = False
git_sha: str = "development"
+ signing_key: pydantic.SecretStr
database_url: pydantic.SecretStr
super_admin_token: pydantic.SecretStr