-
Notifications
You must be signed in to change notification settings - Fork 286
/
.environment-example
42 lines (27 loc) · 989 Bytes
/
.environment-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
# copy this file's contents into .environment and amend as required
export DJANGO_SETTINGS_MODULE="djangogirls.settings"
export CLEAN_PYC="TRUE"
export COVERAGE="TRUE"
export DJANGO_DEBUG="FALSE"
export DEBUG_TOOLBAR="no"
export POSTGRES_PASSWORD=""
export DISABLE_RECAPTCHA="yes"
export RECAPTCHA_USE_SSL="no"
export MAILCHIMP_APIKEY=""
export SENDGRID_API_KEY=""
export RECAPTCHA_PUBLIC_KEY=""
export RECAPTCHA_PRIVATE_KEY=""
export SLACK_API_KEY=""
export STORE_DISCOUNT_CODE=""
export TRELLO_API_KEY=""
export SENTRY_DSN=""
export GAPPS_PRIVATE_KEY_ID=""
export GAPPS_PRIVATE_KEY=""
export STRIPE_PUBLIC_KEY=""
export STRIPE_SECRET_KEY=""
export FLICKR_DJANGO_GIRLS_USER_ID="128162583@N08"
export FLICKR_API_KEY=""
export TUMBLR_API_KEY=""
export TUMBLR_API_BASE_URL="https://api.tumblr.com/v2"
export TUMBLR_BLOG_HOSTNAME="blog.djangogirls.org"
export MAPBOX_ACCESS_TOKEN="pk.eyJ1IjoiZGphbmdvZ2lybHMiLCJhIjoiY2xjeWU1dm9iMG10cTNudGdrYTBkYm0ycSJ9.Ah4y76VVmBWqzVkw3kUzFQ"