0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-06-30 18:42:56 +00:00
CleanArchitecture/CleanArchitecture.Api/appsettings.Integration.json
2023-09-02 10:56:20 +02:00

15 lines
238 B
JSON

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