Files
ClientApiPoC/ApiService/appsettings.json
2026-03-13 10:23:47 +01:00

17 lines
242 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:5228"
}
}
}
}