mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-06-30 18:42:56 +00:00
15 lines
238 B
JSON
15 lines
238 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"RabbitMQ": {
|
|
"Host": "localhost",
|
|
"Username": "guest",
|
|
"Password": "guest",
|
|
"Enabled": "False"
|
|
}
|
|
}
|