Skip to content

Commit

Permalink
build: update UNDERPASS_API_URL to new prod
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 21, 2023
1 parent 3deff1a commit 9611378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def configure_s3_download_root(cls, v: Optional[str], info: ValidationInfo) -> s
# Else set to value of S3_ENDPOINT
return s3_endpoint

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

model_config = SettingsConfigDict(
Expand Down

0 comments on commit 9611378

Please sign in to comment.