Files
Akari.Prototype/Akari.Prototype.Server/Properties/launchSettings.json
2021-06-03 14:48:02 +02:00

14 lines
322 B
JSON

{
"profiles": {
"Akari.Prototype.Server": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": false,
"applicationUrl": "http://localhost:5000;https://localhost:5001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}