Files
ServiceUpdater/appsettings.json
Leon Hoppe a341b9cfda
All checks were successful
Updater CI/CD / publish (push) Successful in 2m18s
Implemented update functionallity
2026-02-24 18:49:23 +01:00

10 lines
142 B
JSON

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