forked from Hylozoic/hylo-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
50 lines (49 loc) · 1.17 KB
/
.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
ADMIN_GOOGLE_CLIENT_ID=
ADMIN_GOOGLE_CLIENT_SECRET=
ANDROID_APP_STORE_URL=https://play.google.com/store/apps/details?id=com.hylo.reactnative
AWS_S3_BUCKET=
AWS_S3_CONTENT_URL=http://hylo-staging.s3.amazonaws.com
AWS_SECRET_ACCESS_KEY=
AWS_ACCESS_KEY_ID=
COOKIE_NAME=InsecureCookieName
COOKIE_SECRET=InsecureCookieSecret
DATABASE_URL=postgres://postgres:postgres@localhost:5432/hylo
DEBUG_GRAPHQL=true
DEBUG_SQL=true
DOMAIN=localhost:3000
EMAIL_SENDER=
FACEBOOK_APP_ID=
FACEBOOK_APP_SECRET=
FACEBOOK_CLIENT_TOKEN=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
HYLO_ADMINS=
INTERCOM_KEY=
IOS_APP_STORE_URL=
LINKEDIN_API_KEY=
LINKEDIN_API_SECRET=
MAILGUN_DOMAIN=
MAILGUN_EMAIL_SALT=
MAPBOX_TOKEN=
# When a new group is created an email will be sent to this
NEW_GROUP_EMAIL=
NEW_RELIC_LICENSE_KEY_DISABLED=
NODE_ENV=development
OIDC_KEYS=
PLAY_APP_SECRET=
PRETTY_JSON=true
PROTOCOL=http
REDIS_URL=redis://localhost:6379
ROLLBAR_SERVER_TOKEN=
SEGMENT_KEY=
SENDWITHUS_KEY=
SLACK_APP_CLIENT_ID=
SLACK_APP_CLIENT_SECRET=
# UPLOADER_HOST=
UPLOADER_PATH_PREFIX=
# Enable for crazy amounts of detail (can be helpful for socket debugging)
# DEBUG=*
#
# DEBUG=knex:query
# DEBUG=knex:tx
# DEBUG=oidc-provider:error