This commit is contained in:
Fanilo-Nantenaina 2025-12-02 16:03:12 +03:00
parent e3c67a0caf
commit 0a3920d435

View file

@ -24,7 +24,7 @@ class Settings(BaseSettings):
# === Sage Gateway (Windows) ===
sage_gateway_url: str
sage_gateway_token: str
frontend_url: str = "http://localhost:3000"
frontend_url: str
# === Base de données ===
database_url: str = "sqlite+aiosqlite:///./sage_dataven.db"