2018-05-06 21:08:49 +02:00
|
|
|
module.exports =
|
|
|
|
|
host: '0.0.0.0'
|
2018-05-09 18:19:47 +02:00
|
|
|
elasticsearch:
|
|
|
|
|
host: '0.0.0.0'
|
|
|
|
|
port: '9200'
|
2018-05-06 21:08:49 +02:00
|
|
|
db:
|
|
|
|
|
protocol: 'http'
|
|
|
|
|
# host defined in docker-compose couchdb image name
|
|
|
|
|
host: 'couch'
|
|
|
|
|
port: '5984'
|
|
|
|
|
username: 'couchdb'
|
|
|
|
|
password: 'password'
|
|
|
|
|
debug: true
|
2018-05-09 18:19:47 +02:00
|
|
|
runJobsInQueue:
|
|
|
|
|
'wd:popularity': false
|
|
|
|
|
entitiesSearchEngine:
|
|
|
|
|
updateEnabled: false
|
|
|
|
|
localPath: '/opt/entities-search-engine'
|
|
|
|
|
delay: 3000
|