forked from bennettoxford/openprescribing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment-sample
57 lines (43 loc) · 1.42 KB
/
environment-sample
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
55
56
57
## This isn't just an example file; it's used in our ansible buildouts
## and integration tests, so must be kept up to date.
# Path to virtualenv
VIRTUALENV_PATH=
# Django settings
DJANGO_SETTINGS_MODULE=openprescribing.settings.local
# Connection details for a PostgreSQL database.
DB_NAME=
DB_USER=
DB_PASS=
DB_HOST=
# Django's secret key.
SECRET_KEY=secret_key
# Dummy values are fine for local development and testing.
MAILGUN_WEBHOOK_USER=mailgun_webhook_user
MAILGUN_WEBHOOK_PASS=mailgun_webhook_pass
MAILGUN_API_KEY=mailgun_api_key
# If this is set to True then both REDIS_URL below must also be defined or the
# application won't start
ENABLE_CACHING=False
# URL of Redis instance to use for caching
# Accepts any format handled by redis-py:
# # https://redis-py.readthedocs.io/en/latest/#redis.Redis.from_url
REDIS_URL=
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Only required on the server
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~
GUNICORN_TIMEOUT=60
GUNICORN_NUM_WORKERS=6
GUNICORN_LOG_LEVEL=warn
SLACK_GENERAL_POST_KEY=slack_general_post_key
CF_API_KEY=cf_api_key
CF_API_EMAIL=cf_api_email
NEWRELIC_API_KEY=newrelic_api_key
NEW_RELIC_LICENSE_KEY=new_relic_license_key
# The path to a file containing your credentials for accessing Google Cloud
# Platform services (eg BigQuery, Cloud Storage).
GOOGLE_APPLICATION_CREDENTIALS=
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Only required for the pipeline
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TRUD_USERNAME=
TRUD_PASSWORD=