added Kestrel config in appsettings.

This commit is contained in:
ivancheahhh
2024-01-04 17:27:35 -07:00
parent a5492ec6fd
commit 11ced33e3f

View File

@@ -5,6 +5,16 @@
"Microsoft.AspNetCore": "Warning" "Microsoft.AspNetCore": "Warning"
} }
}, },
"Kestrel": {
"Endpoints": {
"http": {
"Url": "http://localhost:5000"
},
"https": {
"Url": "https://localhost:43000"
}
}
},
"AllowedHosts": "*", "AllowedHosts": "*",
"UseDarkMode": false, "UseDarkMode": false,
"EnableCsvImports": true, "EnableCsvImports": true,