-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env
27 lines (21 loc) · 932 Bytes
/
.env
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
PORT=3001
NEXT_ENV=development
NEXTAUTH_SECRET=secret
NEXTAUTH_URL=http://localhost:3001
OIDC_ISSUER=https://tunnistus.hel.fi/auth/realms/helsinki-tunnistus
OIDC_API_TOKENS_URL=https://tunnistus.hel.fi/auth/realms/helsinki-tunnistus/protocol/openid-connect/token/
OIDC_CLIENT_ID=linkedregistrations-ui
OIDC_CLIENT_SECRET=
OIDC_LINKED_EVENTS_API_SCOPE=linkedevents-api
SENTRY_IGNORE_API_RESOLUTION_ERROR=true
SENTRY_URL=https://sentry.test.hel.ninja
SENTRY_ORG=city-of-helsinki
SENTRY_PROJECT=linkedregistrations-ui
NEXT_PUBLIC_MATOMO_URL=//matomo.hel.fi/
NEXT_PUBLIC_MATOMO_SITE_ID=70
NEXT_PUBLIC_MATOMO_JS_TRACKER_FILE=matomo.js
NEXT_PUBLIC_MATOMO_PHP_TRACKER_FILE=matomo.php
NEXT_PUBLIC_MATOMO_ENABLED=false
NEXT_PUBLIC_LINKED_EVENTS_URL=https://linkedevents-api.dev.hel.ninja/linkedevents-dev/v1
NEXT_PUBLIC_WEB_STORE_INTEGRATION_ENABLED=false
NEXT_PUBLIC_WEB_STORE_API_BASE_URL=https://checkout-test-api.test.hel.ninja/v1