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

12 lines
236 B
JSON
Raw Normal View History

2020-12-21 02:35:47 +02:00
{
"profiles": {
"NetworkResurrector.Agent": {
"commandName": "Project",
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}