{ "version": 2, "paths": { "plugins": "/usr/lib/cocaine", "runtime": "/var/run/cocaine", "spool": "/var/spool/cocaine" }, "services": { "logging": { "type": "logging" }, "storage": { "type": "elliptics", "args": { "backend": "core" } }, "node": { "type": "node", "args": { "runlist": "default" } } }, "storages": { "core": { "type": "elliptics", "args": { "nodes": ["10.0.87.122:1025:2-0"], "io-thread-num" : 8, "wait-timeout" : 30, "check-timeout" : 60, "net-thread-num" : 8, "groups" : [2], "verbosity" : 2 } } }, "loggers": { "core": { "type": "syslog", "args": { "identity": "cocaine", "verbosity": "info" } } } }