Skip to content

Commit

Permalink
sqlalchemy url obtained from env in config settings
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Jun 4, 2023
1 parent d125256 commit 330cbad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def assemble_db_connection(cls, v: str, values: dict[str, Any]) -> Any:
OSM_LOGIN_REDIRECT_URI: AnyUrl
OSM_SECRET_KEY: str
OAUTHLIB_INSECURE_TRANSPORT: Optional[str] = 1
SQLALCHEMY_URL: Optional[str]

class Config:
"""Pydantic settings config."""
Expand Down

0 comments on commit 330cbad

Please sign in to comment.