Files
tnb.server/apihost/Tnb.API.Entry/Configurations/EventBus.json
2023-05-31 10:19:05 +08:00

8 lines
156 B
JSON

{
"EventBus": {
"EventBusType": "Memory", //Memory,RabbitMQ
"HostName": "192.168.0.232",
"UserName": "jnpf",
"Password": "jnpf@2019"
}
}