Files
laboratorio-gitea/Backend/appsettings.json
dmolinari 158cc1dae7
Some checks failed
Build and Push to Gitea Registry / publish-images (push) Failing after 2m4s
Commit Inicial
2026-02-17 19:19:37 -03:00

10 lines
142 B
JSON

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