dataRT/configs/rabbit.json

9 lines
157 B
JSON

{
"default": [
{
"broker": "127.0.0.1:5672",
"username": "rabbitmq",
"password": "password"
}
]
}