Move geofeed web logic to a seperate project as core lib as asp.net core project is causing weird issues

This commit is contained in:
2024-01-18 16:15:04 -08:00
parent 0c3edd64f3
commit 3a56e2426e
9 changed files with 108 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
{
"profiles": {
"AS1024.GeoFeed.Core.WebLogic": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:54455;http://localhost:54456"
}
}
}