-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env-template
54 lines (47 loc) · 924 Bytes
/
.env-template
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# PLEASE DO NOT EDIT THIS FILE
# Copy this file and rename as ".env" before inserting values for these environment variables
# Information Variables
DATE=
VERSION=
# Required
COOKIE_SECRET=
SESSION_TIMEOUT=
TOKEN_SECRET=
MYSQL_HOST=
MYSQL_PORT=
MYSQL_USER=
MYSQL_PASSWORD=
MYSQL_DATABASE=
NEO4J_URI=
NEO4J_USER=
NEO4J_PASSWORD=
# Required if Google Login is enabled
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_REDIRECT_URL=
# Required if NIH Login is enabled
NIH_CLIENT_ID=
NIH_CLIENT_SECRET=
NIH_BASE_URL=
NIH_REDIRECT_URL=
NIH_USERINFO_URL=
NIH_AUTHORIZE_URL=
NIH_TOKEN_URL=
NIH_LOGOUT_URL=
NIH_SCOPE=
NIH_PROMPT=
# Required if email notifications are enabled
EMAIL_SMTP_HOST=
EMAIL_SMTP_PORT=
# Required if AWS email identity is needed
EMAIL_USER=
EMAIL_PASSWORD=
# Required if New Relic is enabled
NEW_RELIC_APP_NAME=
NEW_RELIC_LICENSE_KEY=
# Optional
#IDP=
#NO_AUTO_LOGIN=
#NODE_ENV=
#PORT=
#SESSION_TIMEOUT=