15 lines
247 B
JSON
15 lines
247 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"RabbitMQ": {
|
|
"HostName": "rabbitmq",
|
|
"Username": "guest",
|
|
"Password": "guest",
|
|
"Port": "5672"
|
|
}
|
|
}
|