-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy path.env.example
More file actions
32 lines (25 loc) · 791 Bytes
/
.env.example
File metadata and controls
32 lines (25 loc) · 791 Bytes
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
# Variables for db container initialization
MYSQL_ROOT_PASSWORD=changeme
MYSQL_DATABASE=phantom_dc_development
MYSQL_USER=phantom_dc
MYSQL_PASSWORD=changeme
# Variables for app container
MYSQL_HOST=db
DEBUG_KEY=changeme
RACK_ENV=development
# true or false, depending on whether you want congressional data loaded into your datasource
LOAD_CONGRESS=true
# You should disable this after the initial container bringup
LOAD_SCHEMA_IF_MISSING=true
# Comma separated URLs to blacklist in phantomjs session
URL_BLACKLIST=
# Sentry integration
# SENTRY_DSN=
# CWC integration
# CWC_API_KEY=
# CWC_HOST=https://test-cwc.house.gov/
# CWC_DELIVERY_AGENT=
# CWC_DELIVERY_AGENT_ACK_EMAIL=
# CWC_DELIVERY_AGENT_CONTACT_NAME=
# CWC_DELIVERY_AGENT_CONTACT_EMAIL=
# CWC_DELIVERY_AGENT_CONTACT_PHONE=