0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-07-02 19:42:58 +00:00
CleanArchitecture/CleanArchitecture.Api/appsettings.Integration.json

16 lines
261 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"RedisHostName": "",
"RabbitMQ": {
"Host": "localhost",
"Username": "guest",
"Password": "guest",
"Enabled": "False"
}
}