Skip to content

Commit 63b4c4a

Browse files
committed
Update tdei_uw.env
1 parent d2d3871 commit 63b4c4a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tdei_uw.env

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Docker
33
###############################################################################
44

5-
#WS_DOCKER_REGISTRY=
5+
WS_DOCKER_REGISTRY=${WS_DOCKER_REGISTRY}
66
WS_DOCKER_TAG=${ENV}
77

88
###############################################################################
@@ -39,9 +39,9 @@ WS_PATHWAYS_EDITOR_URL=https://${WS_PATHWAYS_EDITOR_HOST}/
3939
WS_OSM_URL=https://${WS_OSM_HOST}/
4040
WS_TASKS_URL=https://${WS_TASKS_HOST}/
4141

42-
#WS_OSM_SECRET_KEY_BASE=
43-
#WS_TASKS_SECRET_KEY=
44-
#WS_MAPBOX_ACCESS_TOKEN=
42+
WS_OSM_SECRET_KEY_BASE=${WS_OSM_SECRET_KEY_BASE}
43+
WS_TASKS_SECRET_KEY=${WS_TASKS_SECRET_KEY}
44+
WS_MAPBOX_ACCESS_TOKEN=${WS_MAPBOX_ACCESS_TOKEN}
4545

4646
###############################################################################
4747
# Databases
@@ -50,19 +50,19 @@ WS_TASKS_URL=https://${WS_TASKS_HOST}/
5050
WS_API_DB_HOST=localhost
5151
WS_API_DB_PORT=5432
5252
WS_API_DB_USER=workspaces
53-
#WS_API_DB_PASS=
53+
WS_API_DB_PASS=${WS_API_DB_PASS}
5454
WS_API_DB_NAME=workspaces
5555

5656
WS_OSM_DB_HOST=opensidewalks-${ENV}.postgres.database.azure.com
5757
WS_OSM_DB_PORT=5432
5858
WS_OSM_DB_USER=workspaces-osm-${ENV}
59-
#WS_OSM_DB_PASS=
59+
WS_OSM_DB_PASS=${WS_OSM_DB_PASS}
6060
WS_OSM_DB_NAME=workspaces-osm-${ENV}
6161

6262
WS_TASKS_DB_HOST=opensidewalks-${ENV}.postgres.database.azure.com
6363
WS_TASKS_DB_PORT=5432
6464
WS_TASKS_DB_USER=workspaces-tasks-${ENV}
65-
#WS_TASKS_DB_PASS=
65+
WS_TASKS_DB_PASS=${WS_TASKS_DB_PASS}
6666
WS_TASKS_DB_NAME=workspaces-tasks-${ENV}
6767

6868
###############################################################################
@@ -79,7 +79,7 @@ WS_SMTP_DOMAIN=gmail.com
7979
WS_SMTP_HOST=smtp.gmail.com
8080
WS_SMTP_PORT=587
8181
WS_SMTP_USER=[email protected]
82-
#WS_SMTP_PASS=
82+
WS_SMTP_PASS=${WS_SMTP_PASS}
8383

8484
###############################################################################
8585
# Limits

0 commit comments

Comments
 (0)