-
Notifications
You must be signed in to change notification settings - Fork 65
/
config.yml.example
executable file
·60 lines (49 loc) · 1.09 KB
/
config.yml.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
elastic_search:
host: localhost
port: 9200
index: congress
test_index: congress-test
# used to extract citations (https://github.com/unitedstates/citation)
citation:
hostname: localhost:3000
# location of a boundary server instance to lookup districts by lat/lng or zip
location:
host:
zips: # path to district CSV to output
# set to false in production!
:debug:
:ignore_apikey: true
# mail server details for sending stuff to administrators and task owners
:email:
:from:
:via: :smtp
:via_options:
:address:
:port:
:user_name:
:password:
:authentication: plain
:domain:
:enable_starttls_auto: false
# task-specific email recipients
:recipients:
:admin:
-
# to send emails to owners of specific tasks:
# :legislators:
# used to back things up to S3
s3:
secret:
key:
s3cmd: /usr/bin/s3cmd
s3cfg: /home/USER/.s3cfg
# where to back certain things up to in S3:
backup:
legislators:
bills:
regulations:
# only used if privately integrating with Sunlight HQ
:services:
:shared_secret:
:api_name: congress