-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtemplate.env
36 lines (27 loc) · 832 Bytes
/
template.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
28
29
30
31
32
33
34
35
36
# this file was a copy of .env.example
# please rename it to .env and fill in the values
# remove all comments
ALLOW_OVERRIDE_ANONYMOUS="true"
# get it from AUTH0
AUTH0_CLIENT_ID=""
AUTH0_CLIENT_SECRET=""
AUTH0_DOMAIN=""
# get it from Google Analytics
GA_VIEW_ID=""
OPEN_GOLINKS_GA_ID="" # get it from Google Analytics
# get it from Google => https://console.developers.google.com/apis/credentials
GOOGLE_JSON_KEY=
HOST="0.0.0.0"
# get it from MongoDB Atlas
MONGODB_DB=""
MONGODB_URI=""
# get it from hosting service e.g. Heroku
OPEN_GOLINKS_SITE_HOST_AND_PORT=""
OPEN_GOLINKS_SITE_PROTOCOL=""
OPEN_GOLINKS_SITE_NAME=""
# 1 for force building, otherwise not force buildilng
BUILD_CLIENT=""
# Set it yourself, usually 3000
PORT="3000"
# Set it yourself, direct or otherwise will wait for 3sec
REDIRECT_WARNING_RATIO=0.05