network-resurrector/NetworkResurrector.Api/Properties/launchSettings.json

12 lines
234 B
JSON
Raw Normal View History

2020-07-09 02:14:02 +03:00
{
"profiles": {
"NetworkResurrector.Api": {
"commandName": "Project",
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}