master
Jolys Enzo 2 years ago
parent 5723da8b69
commit 559269fe82

@ -0,0 +1,12 @@
{
"profiles": {
"Model": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:49762;http://localhost:49764"
}
}
}

@ -0,0 +1,12 @@
{
"profiles": {
"Shared": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:49765;http://localhost:49766"
}
}
}

@ -0,0 +1,12 @@
{
"profiles": {
"ConsoleTests": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:49761;http://localhost:49763"
}
}
}
Loading…
Cancel
Save