AquaCubeIT.NetFloppy/AquaCubeIT.Service.NetFloppy/appsettings.json

17 lines
292 B
JSON
Raw Permalink Normal View History

2025-08-25 19:56:30 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Kestrel": {
"Certificates": {
"Default": {
"Path": "/certs/server.pfx",
"Password": "${CERT_PASSWORD}"
}
}
}
}