Skip to content

Commit 2e1e03e

Browse files
committed
chore: add missing ALLOWED_HOSTS to env-files
KK-1404
1 parent 890743e commit 2e1e03e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.env.keycloak.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ DEBUG=1
22
DATABASE_URL=postgres://kukkuu:kukkuu@localhost:5434/kukkuu
33
CORS_ALLOWED_ORIGINS=http://localhost:3000,http://localhost:3001,http://localhost:3002
44
CORS_ORIGIN_ALLOW_ALL=True
5+
ALLOWED_HOSTS=*
56
TOKEN_AUTH_AUTHSERVER_URL=https://tunnistus.test.hel.ninja/auth/realms/helsinki-tunnistus
67
# For local Kukkuu API:
78
TOKEN_AUTH_ACCEPTED_AUDIENCE=kukkuu-api-dev,profile-api-test

docker-compose.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ APPLY_MIGRATIONS=1
33
ADD_DEFAULT_LANGUAGES=1
44
DEBUG=1
55
DATABASE_URL=postgres://kukkuu:kukkuu@localhost:5434/kukkuu
6+
ALLOWED_HOSTS=*
67
CORS_ALLOWED_ORIGINS=http://localhost:3000,http://localhost:3001,http://localhost:3002
78
CORS_ORIGIN_ALLOW_ALL=True
89
# For Keycloak test environment authentication service:

0 commit comments

Comments
 (0)