Compare commits

...

1 Commits

Author SHA1 Message Date
4f9e8e084a Update launchSettings.json 2021-06-10 19:43:15 +02:00

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"
}
}
}
}