Trying to correct mismatch
This commit is contained in:
parent
5c84d0d75a
commit
26acd747fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue