resume_web/Frontend_test/appsettings.json

20 lines
312 B
JSON
Raw Permalink Normal View History

2025-02-10 16:00:51 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2025-02-10 19:39:59 +08:00
"AllowedHosts": "*",
"Kestrel": {
"Endpoints": {
"Https": {
"Url": "https://0.0.0.0:7238"
},
"Http": {
"Url": "http://0.0.0.0:5286"
}
}
}
2025-02-10 16:00:51 +08:00
}