resume_web/Frontend_test/appsettings.json
2025-02-10 19:39:59 +08:00

20 lines
312 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Kestrel": {
"Endpoints": {
"Https": {
"Url": "https://0.0.0.0:7238"
},
"Http": {
"Url": "http://0.0.0.0:5286"
}
}
}
}