mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-06-30 10:33:43 +00:00
26 lines
655 B
JSON
26 lines
655 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=localhost;Database=clean-architecture;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=True"
|
|
},
|
|
"Auth": {
|
|
"Issuer": "CleanArchitectureServer",
|
|
"Audience": "CleanArchitectureClient",
|
|
"Secret": "sD3v061gf8BxXgmxcHssasjdlkasjd87439284)@#(*"
|
|
},
|
|
"RedisHostName": "redis",
|
|
"RabbitMQ": {
|
|
"Host": "rabbitmq",
|
|
"Port": 5672,
|
|
"Username": "admin",
|
|
"Password": "DOIA9234JF",
|
|
"Enabled": "True"
|
|
}
|
|
}
|