forked from codeschool/compliments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
41 lines (35 loc) · 1.1 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
# Orientation configuration
#
# set this to 'codeschool.com:pluralsight.com' to only authorize
# emails from these two domains to sign in to Orientation
# APP_DOMAIN should be something like compliments.dev
# EMAIL_WHITELIST should be the email domain name
#
# Don't include the port, protocol or trailing slash in this domain setting.
# Example: pluralsight.com
APP_DOMAIN=
EMAIL_WHITELIST=
# Google OAuth 2
#
# Create a new project on Google's API console here: https://console.developers.google.com/
# Then enable the Google+ and Contacts APIs for this project.
#
# e.g. 831a244758x7.apps.googleusercontent.com
GOOGLE_KEY=
# e.g. 5Ac5Fcigyty0tRO6b4c4Zh4E
GOOGLE_SECRET=
# Sendgrid
# Get this from heroku - you'll need access to the app there
#
SENDGRID_USERNAME=
SENDGRID_PASSWORD=
# Slack
# Check the production variables for these
SLACK_INCOMING_WEBHOOK=
SLACK_TOKEN=
# For local environment, use #testchannel + grab the ID by copying the "add app"
# link - it's the key at the end of the url
SLACK_COMPLIMENTS_CHANNEL_ID=
SLACK_COMPLIMENTS_CHANNEL_NAME=
SLACK_QUOTES_CHANNEL_ID=
SLACK_QUOTES_CHANNEL_NAME=