diff options
| author | 2024-08-19 00:27:43 +0100 | |
|---|---|---|
| committer | 2024-08-19 00:28:03 +0100 | |
| commit | 47f248cfd7754aebc82dbbff9efe3fe84edb90b1 (patch) | |
| tree | acfc9bc75d24b063232db33076c8fbc296c8cce2 /thallium-backend/src/settings.py | |
| parent | Only deploy backend in CI (diff) | |
Caddy local support
Diffstat (limited to 'thallium-backend/src/settings.py')
| -rw-r--r-- | thallium-backend/src/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/thallium-backend/src/settings.py b/thallium-backend/src/settings.py index db292ba..f6e144c 100644 --- a/thallium-backend/src/settings.py +++ b/thallium-backend/src/settings.py @@ -28,6 +28,8 @@ class _Config( super_admin_token: pydantic.SecretStr printful_token: pydantic.SecretStr + app_prefix: str = "/" + CONFIG = _Config() |