Skip to content

Commit

Permalink
fix: conflict in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Sep 26, 2023
1 parent 3a97024 commit 5ce1d76
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 @@ -106,6 +106,7 @@ def assemble_db_connection(cls, v: Optional[str], info: FieldValidationInfo) ->
OSM_URL: str = "https://www.openstreetmap.org"
OSM_SCOPE: str = "read_prefs"
OSM_LOGIN_REDIRECT_URI: str = "http://127.0.0.1:8080/osmauth/"
SQLALCHEMY_URL: Optional[str]

UNDERPASS_API_URL: str = "https://raw-data-api0.hotosm.org/v1"
SENTRY_DSN: Optional[str] = None
Expand Down

0 comments on commit 5ce1d76

Please sign in to comment.