elastic { events { hosts: [{host: "127.0.0.1", port: 9200}] args { timeout: 60 dead_timeout: 10 max_retries: 5 retry_on_timeout: true } index_version: "1" } workers { hosts: [{host:"127.0.0.1", port:9200}] args { timeout: 60 dead_timeout: 10 max_retries: 5 retry_on_timeout: true } index_version: "1" } } mongo { backend { host: "mongodb://127.0.0.1:27017/backend" } auth { host: "mongodb://127.0.0.1:27017/auth" } } redis { workers { host: "127.0.0.1" port: 6379 db: 4 } }