Files
Otchislator/src/Otchinslator/appsettings.json
Sergey Karmanov 7dcfacd6cd
All checks were successful
Build and deploy / Publish image (push) Successful in 1m8s
Clear appsettings
2025-01-21 02:21:05 +03:00

10 lines
151 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}