Skip to content

Commit 939ca26

Browse files
committed
[FIX] adjusted .env.TEMPLATE with the new valid values
1 parent 3b8f5b3 commit 939ca26

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

.env.TEMPLATE

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,34 @@
1+
DCC_ENV=dev
2+
13
POSTGRES_HOST=db
24
POSTGRES_PORT=5432
35
POSTGRES_USER=postgres
46
POSTGRES_PASSWORD=postgres
57
POSTGRES_DB=svip_api
68

7-
DJANGO_SU_NAME=admin.name
8-
9-
DJANGO_SU_PASSWORD=admin.password
9+
DJANGO_SU_NAME=admin
10+
11+
DJANGO_SU_PASSWORD=secret
12+
13+
DJANGO_BACKEND_PORT=5033
1014

1115
DJANGO_ALLOWED_HOSTS=*
12-
DJANGO_CSRF_TRUSTED_ORIGINS=localhost:8080,api:8080
16+
DJANGO_CSRF_TRUSTED_ORIGINS=localhost:8033
1317
DJANGO_CORS_ORIGIN_WHITELIST=
1418

1519
REDIS_HOST=redis
1620
REDIS_PORT=6379
1721

18-
VUE_APP_API_URL=http://localhost:5033/api/v1/
19-
VUE_APP_DOCUMENTATION_URL=http://localhost:5033/api/v1/docs/
22+
VUE_APP_API_URL=http://localhost:${DJANGO_BACKEND_PORT}/api/v1/
23+
VUE_APP_DOCUMENTATION_URL=http://localhost:${DJANGO_BACKEND_PORT}/api/v1/docs/
2024

2125
SOCIBP_BASE_URL=https://xxx:[email protected]/
2226

2327
BIOONTOLOGY_API_KEY=key-here
2428
ONCOKB_API_KEY=key-here
29+
30+
SMNRP_DOMAINS=localhost
31+
SMNRP_UPSTREAMS=api:5000
32+
SMNRP_UPSTREAM_PROTOCOL=http
33+
SMNRP_LOCATIONS=/api/!http://targets/api/,/static!/vol/web/static
34+
SMNRP_SELF_SIGNED=true

0 commit comments

Comments
 (0)