forked from ncbo/ontoportal_docker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.sample
24 lines (22 loc) · 903 Bytes
/
.env.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
BUNDLE_PATH="/srv/ontoportal/bundle"
# default bundle config resolves to /usr/local/bundle/config inside of the container
# we are setting it to local app directory if we need to use 'bundle config local'
BUNDLE_APP_CONFIG="/srv/ontoportal/.bundle"
# API/NCBO configs
REDIS_GOO_CACHE_HOST="redis-goo-cache"
REDIS_HTTP_CACHE_HOST="redis-http-cache"
REDIS_PERSISTENT_HOST="redis-persistent"
REPOSITORY_FOLDER="/srv/ontoportal/data/repository"
REPORT_PATH="/srv/ontoportal/data/reports/ontologies_report.json"
SOLR_TERM_SEARCH_URL="http://solr-term:8983/solr/term_search_core1"
SOLR_PROP_SEARCH_URL="http://solr-prop:8983/solr/prop_search_core1"
MGREP_HOST="mgrep"
MGREP_PORT="55556"
GOO_PORT=9000
GOO_HOST="4store"
# AllegroGraph related settings
AGRAPH_SUPER_USER="test"
AGRAPH_SUPER_PASSWORD="xyzzy"
OP_APIKEY=<YOUR ONTOPORTAL API KEY>
OP_API_URL="https://data.bioontology.org"
STARTER_ONTOLOGY="STY"