-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
31 lines (27 loc) · 868 Bytes
/
.env.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
# -----------------------------------------------------------------------------
# Secrets are stored here.
# Rename from `.env.example` to `.env` to use. Once renamed, this file will
# be ignored by Git and should never be committed to the repository.
#
# For more information:
# https://streetmix.readthedocs.io/en/latest/technical/installing-streetmix/#setting-environment-variables
#
# -----------------------------------------------------------------------------
# You can change this if you need to mimic another deployment environment.
NODE_ENV=development
# Required secrets.
AUTH0_CLIENT_ID=
AUTH0_CLIENT_SECRET=
# Optional secrets.
# PELIAS_API_KEY=
# TRANSIFEX_API_TOKEN=
# CLOUDINARY_API_KEY=
# CLOUDINARY_API_SECRET=
# STRIPE_PUBLIC_KEY=
# STRIPE_SECRET_KEY=
# Optional database configuration.
# PGUSER=
# PGPASSWORD=
# PGDATABASE=
# PGHOST=
# PGPORT=