forked from UKSpaceAgency/monitor-space-hazards
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (24 loc) · 950 Bytes
/
Copy path.env.example
File metadata and controls
30 lines (24 loc) · 950 Bytes
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
# Backend settings
API_URL='<Base url for API backend - e.g. https://api.dev.monitor-your-satellites.service.gov.uk>'
NEXT_PUBLIC_FEEDBACK_URL=''
# Internationalisation settings
I18NEXUS_API_KEY='<i18 nexus API Key>'
NEXT_TRANSLATE_PATH='../..'
# Static pages CMS settings
PAGES_LOCATION='./pages'
COSMIC_BUCKET_SLUG='<Cosmic CMS Bucket Slug - e.g. mys-production>'
COSMIC_READ_KEY='<Cosmic CMS Read Key>'
# Authentication settings
NEXTAUTH_URL='http://localhost:4200'
NEXTAUTH_SECRET='secret'
AUTH_TRUST_HOST=''
AUTH0_BASEURL='<Auth0 Base Url - e.g. https://monitor-your-satellites-dev.eu.auth0.com>'
AUTH0_AUDIENCE='<Auth0 Audience - e.g. dev.monitor-your-satellites.service.gov.uk/api>'
AUTH0_CLIENT_ID='<Auth0 Client ID>'
AUTH0_CLIENT_SECRET='<Auth0 Client Secret>'
# App environment variables
NEXT_PUBLIC_GA='<Google Analytics Tag>'
NEXT_PUBLIC_MAPBOX_ACCESS_TOKEN='<MapBox Access Token>'
# E2e test users
TEST_USERNAME=''
TEST_PASSWORD=''