Update launchSettings.json

This commit is contained in:
2021-06-10 19:43:15 +02:00
parent 01a54f32af
commit 4f9e8e084a

View File

@@ -1,13 +1,13 @@
{
{
"profiles": {
"Akari.Prototype.Server": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": false,
"applicationUrl": "http://localhost:5000;https://localhost:5001",
"workingDirectory": ".\\bin\\Debug\\net5.0",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"dotnetRunMessages": "true",
"applicationUrl": "http://localhost:5000;https://localhost:5001"
}
}
}
}