Trying to correct mismatch

This commit is contained in:
Fanilo-Nantenaina 2025-12-02 15:33:53 +03:00
parent 5c84d0d75a
commit 26acd747fb

View file

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