forked from GSA/project-open-data-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dotenv_sample
30 lines (26 loc) · 802 Bytes
/
dotenv_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
# sample .env file
# this will be overwritten by
# docker-compose - the actual env
# cloud-gov - bootstrap.sh based on cloud.gov env vars
# bsp - by ansible
DB_NAME=dashboard
DB_USER=root
DB_PASSWORD=mysql
DB_HOST=database
# DB_DEBUG:
# TRUE: fail on database errors on migration, display to user
# FALSE: continue regardless of errors
DB_DEBUG=TRUE
S3_BUCKET=bsp-ocsit-prod-east-appdata
S3_PREFIX=datagov/dashboard/
# If the host where the app is running doesn't have IAM creds setup
# then these values should be set explicitly
S3_ACCESS_KEY_ID=foobar
S3_SECRET_ACCESS_KEY=bazbat
USE_LOCAL_STORAGE=true
ENCRYPTION_KEY=not-secure-encryption-key
CONTENT_PROTOCOL=http
PROJECT_SHARED_PATH=/var/www/app
PRE_APPROVED_ADMINS="user1,user2,admin3"
DEFAULT_HOST=localhost:8000
ENVIRONMENT=development