stacktach/etc/sample_stacktach_worker_config.json
2013-05-23 10:03:19 -05:00

23 lines
609 B
JSON

{"deployments": [
{
"name": "east_coast.prod.global",
"durable_queue": false,
"rabbit_host": "10.0.0.1",
"rabbit_port": 5672,
"rabbit_userid": "rabbit",
"rabbit_password": "rabbit",
"rabbit_virtual_host": "/",
"exit_on_exception": true
},
{
"name": "east_coast.prod.cell1",
"durable_queue": false,
"rabbit_host": "10.0.1.1",
"rabbit_port": 5672,
"rabbit_userid": "rabbit",
"rabbit_password": "rabbit",
"rabbit_virtual_host": "/",
"exit_on_exception": false
}]
}