Files
docker-inventaire/utils/config/local.coffee

20 lines
427 B
CoffeeScript
Raw Normal View History

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