- implement entities search engine as a distinct container - rename app to inventaire - disable entities popularity for clearer logs - inventaire path move top /opt/inventaire
20 lines
427 B
CoffeeScript
Executable File
20 lines
427 B
CoffeeScript
Executable File
module.exports =
|
|
host: '0.0.0.0'
|
|
elasticsearch:
|
|
host: '0.0.0.0'
|
|
port: '9200'
|
|
db:
|
|
protocol: 'http'
|
|
# host defined in docker-compose couchdb image name
|
|
host: 'couch'
|
|
port: '5984'
|
|
username: 'couchdb'
|
|
password: 'password'
|
|
debug: true
|
|
runJobsInQueue:
|
|
'wd:popularity': false
|
|
entitiesSearchEngine:
|
|
updateEnabled: false
|
|
localPath: '/opt/entities-search-engine'
|
|
delay: 3000
|