Files
docker-inventaire/utils/config/local.coffee
vinny 68d1bddead add entities search engine & elasticsearch
- implement entities search engine as a distinct container
- rename app to inventaire
- disable entities popularity for clearer logs
- inventaire path move top /opt/inventaire
2018-06-06 22:50:03 +02:00

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