Update
This commit is contained in:
parent
db1b117e7f
commit
3e8e9f6abd
16
.app.config
Normal file
16
.app.config
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user