mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-07-02 19:42:58 +00:00
16 lines
261 B
JSON
16 lines
261 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"RedisHostName": "",
|
|
"RabbitMQ": {
|
|
"Host": "localhost",
|
|
"Username": "guest",
|
|
"Password": "guest",
|
|
"Enabled": "False"
|
|
}
|
|
}
|