SUB_WAVELET/appsettings.json

16 lines
247 B
JSON
Raw Normal View History

2025-04-17 11:04:40 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://0.0.0.0:5000"
}
}
}
}