We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4e05c8 + d6f63f9 commit 69cc2f5Copy full SHA for 69cc2f5
tdei_uw.env
@@ -54,13 +54,13 @@ WS_API_DB_USER=workspaces
54
WS_API_DB_PASS=${WS_API_DB_PASS}
55
WS_API_DB_NAME=workspaces
56
57
-WS_OSM_DB_HOST=opensidewalks-${ENV}.postgres.database.azure.com
+WS_OSM_DB_HOST=${WS_POSM_DB_HOST}
58
WS_OSM_DB_PORT=5432
59
WS_OSM_DB_USER=workspaces-osm-${ENV}
60
WS_OSM_DB_PASS=${WS_OSM_DB_PASS}
61
WS_OSM_DB_NAME=workspaces-osm-${ENV}
62
63
-WS_TASKS_DB_HOST=opensidewalks-${ENV}.postgres.database.azure.com
+WS_TASKS_DB_HOST=${WS_POSM_DB_HOST}
64
WS_TASKS_DB_PORT=5432
65
WS_TASKS_DB_USER=workspaces-tasks-${ENV}
66
WS_TASKS_DB_PASS=${WS_TASKS_DB_PASS}
0 commit comments