DocSpace-buildtools/config/rabbitmq.test.json

13 lines
222 B
JSON
Raw Normal View History

{
"RabbitMQ": {
"Hostname": "localhost",
"UserName": "guest",
2022-09-08 11:20:01 +00:00
"Password": "guest",
"Port": 5672,
"VirtualHost": "/",
2022-09-09 12:56:24 +00:00
"Uri": "",
2022-09-08 11:20:01 +00:00
"EnableSsl": false,
"SslServerName": "",
"SslCertPath": ""
}
}