fix alembic first migration
Some checks failed
Deploy Amap / deploy (push) Failing after 5s

This commit is contained in:
2026-02-20 00:10:36 +01:00
parent f6101a251a
commit a16c940452
8 changed files with 163 additions and 164 deletions

View File

@@ -12,6 +12,7 @@ class Settings(BaseSettings):
keycloak_client_id: str
keycloak_client_secret: str
keycloak_redirect_uri: str
vite_api_url: str
max_age: int
debug: bool