#26 reworked migrations, preparation for deployement

This commit is contained in:
Dominic Villemure
2024-04-21 10:50:35 -04:00
parent 6dc85438bf
commit 5a23b945cd
24 changed files with 327 additions and 2543 deletions

View File

@@ -1,27 +0,0 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:61846",
"sslPort": 44312
}
},
"profiles": {
"Hutopy.Web": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}