Skip to content

Commit 69cc2f5

Browse files
authored
Merge pull request #17 from TaskarCenterAtUW/main
Allow POSM DB host to not be strictly tied to env name
2 parents d4e05c8 + d6f63f9 commit 69cc2f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tdei_uw.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ WS_API_DB_USER=workspaces
5454
WS_API_DB_PASS=${WS_API_DB_PASS}
5555
WS_API_DB_NAME=workspaces
5656

57-
WS_OSM_DB_HOST=opensidewalks-${ENV}.postgres.database.azure.com
57+
WS_OSM_DB_HOST=${WS_POSM_DB_HOST}
5858
WS_OSM_DB_PORT=5432
5959
WS_OSM_DB_USER=workspaces-osm-${ENV}
6060
WS_OSM_DB_PASS=${WS_OSM_DB_PASS}
6161
WS_OSM_DB_NAME=workspaces-osm-${ENV}
6262

63-
WS_TASKS_DB_HOST=opensidewalks-${ENV}.postgres.database.azure.com
63+
WS_TASKS_DB_HOST=${WS_POSM_DB_HOST}
6464
WS_TASKS_DB_PORT=5432
6565
WS_TASKS_DB_USER=workspaces-tasks-${ENV}
6666
WS_TASKS_DB_PASS=${WS_TASKS_DB_PASS}

0 commit comments

Comments
 (0)