This commit is contained in:
Piotr Biernat 2024-12-05 16:41:57 +01:00
parent db1b117e7f
commit 3e8e9f6abd

16
.app.config Normal file
View File

@ -0,0 +1,16 @@
{
"ID": "eventbus",
"Name": "esb",
"Address": "__IP__",
"Tags": ["api-eventbus", "eventbus", "tcp", "rabbitmq"],
"Port": 5672,
"Connect": {
"Native": true
},
"Check": {
"TCP": "__IP__:5672",
"Interval": "10s",
"Timeout": "10s",
"DeregisterCriticalServiceAfter": "20s"
}
}