forked from City-of-Helsinki/yjdh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.tet.example
53 lines (44 loc) · 1.59 KB
/
.env.tet.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
DEBUG=1
APPLY_MIGRATIONS=1
CREATE_SUPERUSER=1
CORS_ALLOW_ALL_ORIGINS=1
FRONTEND_URL=https://localhost:3002
# test env FRONTEND_URL: https://yjdh-tet-ui-test.agw.arodevtest.hel.fi
# staging env FRONTEND_URL: https://yjdh-tet-ui-stg.apps.platta.hel.fi
HANDLER_URL=https://localhost:3100
NEXT_PUBLIC_BACKEND_URL=https://localhost:8000
# Linked Events
LINKEDEVENTS_URL=https://linkedevents-api.dev.hel.ninja/linkedevents-dev/v1/
LINKEDEVENTS_API_KEY=
# Authentication
OIDC_OP_BASE_URL=https://tunnistamo.test.hel.ninja/openid
OIDC_RP_CLIENT_ID=
OIDC_RP_CLIENT_SECRET=
TUNNISTAMO_API_TOKENS_ENDPOINT=https://tunnistamo.test.hel.ninja/api-tokens/
HELSINKI_PROFILE_API_URL=https://helsinki-profile-api-test.agw.arodevtest.hel.fi/graphql/
LOGIN_REDIRECT_URL=https://localhost:3002/
LOGIN_REDIRECT_URL_FAILURE=https://localhost:3002/login?error=true
EAUTHORIZATIONS_BASE_URL=https://asiointivaltuustarkastus.test.suomi.fi
EAUTHORIZATIONS_CLIENT_ID=
EAUTHORIZATIONS_CLIENT_SECRET=
EAUTHORIZATIONS_API_OAUTH_SECRET=
ADFS_CLIENT_ID=
ADFS_CLIENT_SECRET=
ADFS_TENANT_ID=
ADFS_LOGIN_REDIRECT_URL=
ADFS_LOGIN_REDIRECT_URL_FAILURE=
ADFS_CONTROLLER_GROUP_UUIDS=
# Django-storages
AZURE_ACCOUNT_NAME=
AZURE_ACCOUNT_KEY=
AZURE_CONTAINER=
# Mock integrations
NEXT_PUBLIC_MOCK_FLAG=0
# Audit logging
AUDIT_LOG_FILENAME=
AUDIT_LOG_ORIGIN=
# Encryption key, random AES 32 bytes hex
ENCRYPTION_KEY=f164ec6bd6fbc4aef5647abc15199da0f9badcc1d2127bde2087ae0d794a9a0b
# Encrypted storage of social security numbers
SOCIAL_SECURITY_NUMBER_HASH_KEY=ee235e39ebc238035a6264c063dd829d4b6d2270604b57ee1f463e676ec44669
CSRF_TRUSTED_ORIGINS=localhost:3002