Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tdei_uw.env
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ WS_API_DB_USER=workspaces
WS_API_DB_PASS=${WS_API_DB_PASS}
WS_API_DB_NAME=workspaces

WS_OSM_DB_HOST=opensidewalks-${ENV}.postgres.database.azure.com
WS_OSM_DB_HOST=${WS_POSM_DB_HOST}
WS_OSM_DB_PORT=5432
WS_OSM_DB_USER=workspaces-osm-${ENV}
WS_OSM_DB_PASS=${WS_OSM_DB_PASS}
WS_OSM_DB_NAME=workspaces-osm-${ENV}

WS_TASKS_DB_HOST=opensidewalks-${ENV}.postgres.database.azure.com
WS_TASKS_DB_HOST=${WS_POSM_DB_HOST}
WS_TASKS_DB_PORT=5432
WS_TASKS_DB_USER=workspaces-tasks-${ENV}
WS_TASKS_DB_PASS=${WS_TASKS_DB_PASS}
Expand Down