Skip to content

Commit

Permalink
Merge pull request #524 from theprash/460-launch-settings
Browse files Browse the repository at this point in the history
Include launchSettings.json in both templates
  • Loading branch information
isaacabraham authored Sep 5, 2022
2 parents 2981ff1 + bcff6f5 commit 69f8fc1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 26 deletions.
35 changes: 9 additions & 26 deletions Content/default/src/Server/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,12 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:8085",
"sslPort": 44333
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": false,
"launchUrl": "http://localhost:8080",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Server": {
"commandName": "Project",
"launchBrowser": false,
"launchUrl": "http://localhost:8080",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": " http://localhost:8085"
}
"profiles": {
"Server": {
"commandName": "Project",
"launchBrowser": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:8080"
}
}
}
12 changes: 12 additions & 0 deletions Content/minimal/src/Server/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"profiles": {
"Server": {
"commandName": "Project",
"launchBrowser": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:8080"
}
}
}

0 comments on commit 69f8fc1

Please sign in to comment.