Test
This commit is contained in:
parent
e3c67a0caf
commit
0a3920d435
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue