-
Notifications
You must be signed in to change notification settings - Fork 13
/
.env-dist
34 lines (26 loc) · 982 Bytes
/
.env-dist
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
PYTHONUNBUFFERED=1
PYTHONDONTWRITEBYTECODE=1
# You must set this
DJANGO_SECRET_KEY=dontusethisinprod
# Only override this if you need something different from the default
DJANGO_ALLOWED_HOSTS=web,localhost
DATABASE_URL=postgresql://postgres@db/buildhub2
DJANGO_ES_URLS=http://elasticsearch:9200
DJANGO_S3_BUCKET_URL=https://s3-us-west-2.amazonaws.com/buildhub-sqs-test
DJANGO_SQS_QUEUE_URL=https://sqs.us-west-2.amazonaws.com/927034868273/buildhub-s3-events
# To be able to run the daemon you must set these
# to the CloudOps Dev IAM.
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
#AWS_DEFAULT_REGION=us-west-2
# In order to run BigQuery, the following variables must be set
GOOGLE_APPLICATION_CREDENTIALS=
DJANGO_BQ_ENABLED=False
DJANGO_BQ_PROJECT_ID=
#DJANGO_BQ_DATASET_ID=buildhub2
#DJANGO_BQ_TABLE_ID=builds
# Sentry is not used when doing local development.
#SENTRY_DSN=....
#SENTRY_PUBLIC_DSN=....
# If you want no metrics logging at all locally.
#DJANGO_MARKUS_BACKENDS=