Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
peterblazejewicz committed May 14, 2016
1 parent b1f3c47 commit e3859d0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 21 deletions.
13 changes: 3 additions & 10 deletions templates/projects/emptyweb/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:5000/",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"<%= namespace %>": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down
10 changes: 9 additions & 1 deletion templates/projects/webapi/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@
"launchBrowser": true,
"launchUrl": "api/values",
"environmentVariables" : {
"ASPNET_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"<%= namespace %>": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost:5000/api/values",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
Expand Down
13 changes: 3 additions & 10 deletions templates/projects/webbasic/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:5000/",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"<%= namespace %>": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Expand Down

0 comments on commit e3859d0

Please sign in to comment.