-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.env.example
More file actions
29 lines (28 loc) · 834 Bytes
/
.env.example
File metadata and controls
29 lines (28 loc) · 834 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
# ENVIRONMENT(Set to 'production' during production)
NODE_ENV=development
# DATABASE CONFIG
DB_HOST=
DB_USER=
DB_PASS=
DB_PORT=
DB_NAME=
# API KEYS
MICROSOFT_MAPS_KEY=
API_TEST_KEY=
# AUTH0 SERVER CONFIG
AUTH0_JWKS_URI=
AUTH0_ISSUER=
# REDIS CONFIG
REDIS_HOST=
REDIS_PORT=
# WHITELIST DOMAINS (separated by commas, no space)
WHITELISTED_DOMAINS=http://localhost:3000,http://localhost:3080
# SENTRY CONFIG
SENTRY_DSN=<dsn value for the sentry backend project>
REACT_APP_SENTRY_DSN=<dsn value for the sentry frontend project>
# AUTH0 CREDENTIALS
REACT_APP_AUTH0_DOMAIN=<username>.auth0.com
REACT_APP_AUTH0_CLIENT_ID=<Get from auth0>
REACT_APP_AUTH0_CALLBACK_URL=http://localhost:3000/callback
REACT_APP_AUTH0_TOKEN_ENDPOINT=https://<username>.auth0.com/oauth/token
REACT_APP_AUTH0_API_ENDPOINT=https://<username>.auth0.com/api/v2/users