-
Notifications
You must be signed in to change notification settings - Fork 5
/
env.list.tmpl
34 lines (29 loc) · 938 Bytes
/
env.list.tmpl
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
# COUCHDB TO USE
COUCHDB_URL=<URL to couchdb root >
COUCHDB_USER=<User with write permission>
COUCHDB_PASS=<Password>
ItemDatabase=<Name of db to store items in>
DashboardDatabase=<dashboard db, typically dashboard>
# GEONAME USERNAME
GEONAMES_USER=<geonames username>
#REDIS
REDIS_HOST=<redis host ip>
REDIS_PASSWORD=<redis password, can be null>
# THREADING
QUEUE_SIZE=4
THREAD_COUNT=4
# ALERTS
EMAIL_TO=<email to send alerts to>
EMAIL_FROM=<email sending alerts from>
export REDIS_HOST=127.0.0.1
export REDIS_PORT=6379
export REDIS_PASSWORD=<PASSWORD>
export ID_EC2_INGEST=<ingest control instance>
export ID_EC2_SOLR_BUILD=<solr work instance>
export EMAIL_RETURN_ADDRESS=<addr>
export URL_SOLR=<url to solr work instance>
#NOTE: use aws configure for s3 access
export EMAIL_SYS_ADMINS=<csv list of admin emails>
export DPLA_CONFIG_FILE=<abs path to akara.ini>
export SOLR_API_KEY=<key>
export URL_SOLR_API=<url to api endpoint>