mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-06-29 18:21:08 +00:00
17 lines
278 B
JSON
17 lines
278 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"RedisHostName": "",
|
|
"RabbitMQ": {
|
|
"Host": "localhost",
|
|
"Port": 5672,
|
|
"Username": "guest",
|
|
"Password": "guest",
|
|
"Enabled": "True"
|
|
}
|
|
}
|