-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.env.tet.example
69 lines (58 loc) · 2.04 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
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.test.hel.ninja/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://profile-api.test.hel.ninja/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=https://localhost:3002
#Sentry
NEXTJS_DISABLE_SENTRY=true
NEXTJS_SENTRY_UPLOAD_DRY_RUN=true
NEXT_PUBLIC_SENTRY_DSN=https://[email protected]/98
NEXTJS_SENTRY_DEBUG=true
NEXTJS_SENTRY_TRACING=true
NEXT_PUBLIC_SENTRY_ATTACH_STACKTRACE=
NEXT_PUBLIC_SENTRY_MAX_BREADCRUMBS=
#Matomo
NEXT_PUBLIC_MATOMO_URL=//matomo.hel.fi/
NEXT_PUBLIC_MATOMO_SITE_ID=
NEXT_PUBLIC_MATOMO_JS_TRACKER_FILE=matomo.js
NEXT_PUBLIC_MATOMO_PHP_TRACKER_FILE=matomo.php
NEXT_PUBLIC_MATOMO_ENABLED=false