stacktach/scripts/example_rabbit_config.json

11 lines
220 B
JSON

{
"host": "devstack.example.com",
"port": 5672,
"userid": "guest",
"password": "password",
"durable_queue": false,
"exchange": "nova",
"virtual_host": "/",
"routing_key": "monitor.info"
}