HR-Collector/HRServer-Exporter/HRServer/bin/Debug/net8.0/appsettings.json
2024-12-31 16:35:06 +01:00

16 lines
250 B
JSON

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