diff options
| author | 2024-08-19 01:05:27 +0100 | |
|---|---|---|
| committer | 2024-08-19 01:05:27 +0100 | |
| commit | fe6abd8a5719cbcab1d1207918136f19042e4fa3 (patch) | |
| tree | df09b6c83653189f668fce044c41096386e5bde0 /thallium-backend/src/settings.py | |
| parent | Caddy 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.py | 1 |
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 |