DocSpace-buildtools/config/rabbitmq.test.json

13 lines
230 B
JSON
Raw Normal View History

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