Add RabbitMQ connection info

pull/765/head
Halil ibrahim Kalkan 6 years ago
parent 7aca37f73a
commit 2dc6190392

@ -7,7 +7,14 @@
},
"RabbitMqEventBus": {
"ClientName": "MsDemo_AuthServer",
"ExchangeName": "MsDemo"
"ExchangeName": "MsDemo"
},
"RabbitMQ": {
"Connections": {
"Default": {
"HostName": "localhost"
}
}
},
"Logging": {
"LogLevel": {

@ -14,6 +14,13 @@
"ClientName": "MsDemo_BloggingService",
"ExchangeName": "MsDemo"
},
"RabbitMQ": {
"Connections": {
"Default": {
"HostName": "localhost"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Warning"

@ -13,6 +13,13 @@
"ClientName": "MsDemo_IdentityService",
"ExchangeName": "MsDemo"
},
"RabbitMQ": {
"Connections": {
"Default": {
"HostName": "localhost"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Warning"

@ -14,6 +14,13 @@
"ClientName": "MsDemo_ProductService",
"ExchangeName": "MsDemo"
},
"RabbitMQ": {
"Connections": {
"Default": {
"HostName": "localhost"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Warning"

Loading…
Cancel
Save