Update launchSettings for new VS 2017 rules

This commit is contained in:
Chris R 2017-01-05 14:53:45 -08:00
parent 8c9e27963c
commit 9917e8bb30
6 changed files with 11 additions and 17 deletions

View File

@ -18,10 +18,9 @@
"CookieSample": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost:12345",
"applicationUrl": "http://localhost:12345",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "http://localhost:12345"
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}

View File

@ -18,10 +18,9 @@
"CookieSessionSample": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost:12345",
"applicationUrl": "http://localhost:12345",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "http://localhost:12345"
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}

View File

@ -18,10 +18,9 @@
"JwtBearer": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost:42023",
"applicationUrl": "http://localhost:42023",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "http://localhost:42023"
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}

View File

@ -18,10 +18,9 @@
"OpenIdConnect": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost:42023",
"applicationUrl": "http://localhost:42023",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "http://localhost:42023"
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}

View File

@ -19,9 +19,8 @@
"OpenIdConnectSample": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "https://localhost:44318/",
"applicationUrl": "https://localhost:44318/",
"environmentVariables": {
"ASPNETCORE_URLS": "https://localhost:44318/",
"ASPNETCORE_ENVIRONMENT": "Development"
}
}

View File

@ -19,10 +19,9 @@
"SocialSample": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "https://localhost:44318/",
"applicationUrl": "https://localhost:44318/",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "https://localhost:44318/"
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}