flower-story/Server/appsettings.json
2023-08-08 17:15:43 +08:00

17 lines
300 B
JSON

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