|
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"MassTransit": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"RabbitMQ": {
|
|
"Host": "192.168.2.7",
|
|
"Port": 5672,
|
|
"Username": "rabbit",
|
|
"Password": "qwe123!@#",
|
|
"VirtualHost": "/"
|
|
}
|
|
}
|