Files
Akari.Prototype/Akari.Prototype.Server/Properties/launchSettings.json
2021-06-10 19:43:15 +02:00

13 lines
339 B
JSON

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