Skip to content

Commit d2befa4

Browse files
authored
Merge pull request #393 from aspnet/release/2.1
Use applicationUrl instead of ASPNETCORE_URLS (#390)
2 parents c09ce81 + b24e3b2 commit d2befa4

File tree

10 files changed

+30
-40
lines changed

10 files changed

+30
-40
lines changed

src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-CSharp/Properties/launchSettings.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@
1212
"commandName": "IISExpress",
1313
"launchBrowser": true,
1414
"environmentVariables": {
15-
"ASPNETCORE_ENVIRONMENT": "Development",
16-
"ASPNETCORE_HTTPS_PORT": "44300"
15+
"ASPNETCORE_ENVIRONMENT": "Development"
1716
}
1817
},
1918
"Company.WebApplication1": {
2019
"commandName": "Project",
2120
"launchBrowser": true,
21+
"applicationUrl": "https://localhost:5001;http://localhost:5000",
2222
"environmentVariables": {
23-
"ASPNETCORE_ENVIRONMENT": "Development",
24-
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
23+
"ASPNETCORE_ENVIRONMENT": "Development"
2524
}
2625
}
2726
}

src/Microsoft.DotNet.Web.ProjectTemplates/content/EmptyWeb-FSharp/Properties/launchSettings.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@
1212
"commandName": "IISExpress",
1313
"launchBrowser": true,
1414
"environmentVariables": {
15-
"ASPNETCORE_ENVIRONMENT": "Development",
16-
"ASPNETCORE_HTTPS_PORT": "44300"
15+
"ASPNETCORE_ENVIRONMENT": "Development"
1716
}
1817
},
1918
"Company.WebApplication1": {
2019
"commandName": "Project",
2120
"launchBrowser": true,
21+
"applicationUrl": "https://localhost:5001;http://localhost:5000",
2222
"environmentVariables": {
23-
"ASPNETCORE_ENVIRONMENT": "Development",
24-
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
23+
"ASPNETCORE_ENVIRONMENT": "Development"
2524
}
2625
}
2726
}

src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorPagesWeb-CSharp/Properties/launchSettings.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@
1212
"commandName": "IISExpress",
1313
"launchBrowser": true,
1414
"environmentVariables": {
15-
"ASPNETCORE_ENVIRONMENT": "Development",
16-
"ASPNETCORE_HTTPS_PORT": "44300"
15+
"ASPNETCORE_ENVIRONMENT": "Development"
1716
}
1817
},
1918
"Company.WebApplication1": {
2019
"commandName": "Project",
2120
"launchBrowser": true,
21+
"applicationUrl": "https://localhost:5001;http://localhost:5000",
2222
"environmentVariables": {
23-
"ASPNETCORE_ENVIRONMENT": "Development",
24-
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
23+
"ASPNETCORE_ENVIRONMENT": "Development"
2524
}
2625
}
2726
}

src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-CSharp/Properties/launchSettings.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@
1212
"commandName": "IISExpress",
1313
"launchBrowser": true,
1414
"environmentVariables": {
15-
"ASPNETCORE_ENVIRONMENT": "Development",
16-
"ASPNETCORE_HTTPS_PORT": "44300"
15+
"ASPNETCORE_ENVIRONMENT": "Development"
1716
}
1817
},
1918
"Company.WebApplication1": {
2019
"commandName": "Project",
2120
"launchBrowser": true,
21+
"applicationUrl": "https://localhost:5001;http://localhost:5000",
2222
"environmentVariables": {
23-
"ASPNETCORE_ENVIRONMENT": "Development",
24-
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
23+
"ASPNETCORE_ENVIRONMENT": "Development"
2524
}
2625
}
2726
}

src/Microsoft.DotNet.Web.ProjectTemplates/content/StarterWeb-FSharp/Properties/launchSettings.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@
1212
"commandName": "IISExpress",
1313
"launchBrowser": true,
1414
"environmentVariables": {
15-
"ASPNETCORE_ENVIRONMENT": "Development",
16-
"ASPNETCORE_HTTPS_PORT": "44300"
15+
"ASPNETCORE_ENVIRONMENT": "Development"
1716
}
1817
},
1918
"Company.WebApplication1": {
2019
"commandName": "Project",
2120
"launchBrowser": true,
21+
"applicationUrl": "https://localhost:5001;http://localhost:5000",
2222
"environmentVariables": {
23-
"ASPNETCORE_ENVIRONMENT": "Development",
24-
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
23+
"ASPNETCORE_ENVIRONMENT": "Development"
2524
}
2625
}
2726
}

src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-CSharp/Properties/launchSettings.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@
1212
"commandName": "IISExpress",
1313
"launchBrowser": true,
1414
"environmentVariables": {
15-
"ASPNETCORE_ENVIRONMENT": "Development",
16-
"ASPNETCORE_HTTPS_PORT": "44300"
15+
"ASPNETCORE_ENVIRONMENT": "Development"
1716
}
1817
},
1918
"Company.WebApplication1": {
2019
"commandName": "Project",
2120
"launchBrowser": true,
21+
"applicationUrl": "https://localhost:5001;http://localhost:5000",
2222
"environmentVariables": {
23-
"ASPNETCORE_ENVIRONMENT": "Development",
24-
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
23+
"ASPNETCORE_ENVIRONMENT": "Development"
2524
}
2625
}
2726
}

src/Microsoft.DotNet.Web.ProjectTemplates/content/WebApi-FSharp/Properties/launchSettings.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@
1212
"commandName": "IISExpress",
1313
"launchBrowser": true,
1414
"environmentVariables": {
15-
"ASPNETCORE_ENVIRONMENT": "Development",
16-
"ASPNETCORE_HTTPS_PORT": "44300"
15+
"ASPNETCORE_ENVIRONMENT": "Development"
1716
}
1817
},
1918
"Company.WebApplication1": {
2019
"commandName": "Project",
2120
"launchBrowser": true,
21+
"applicationUrl": "https://localhost:5001;http://localhost:5000",
2222
"environmentVariables": {
23-
"ASPNETCORE_ENVIRONMENT": "Development",
24-
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
23+
"ASPNETCORE_ENVIRONMENT": "Development"
2524
}
2625
}
2726
}

src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/Properties/launchSettings.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@
1212
"commandName": "IISExpress",
1313
"launchBrowser": true,
1414
"environmentVariables": {
15-
"ASPNETCORE_ENVIRONMENT": "Development",
16-
"ASPNETCORE_HTTPS_PORT": "44300"
15+
"ASPNETCORE_ENVIRONMENT": "Development"
1716
}
1817
},
1918
"Company.WebApplication1": {
2019
"commandName": "Project",
2120
"launchBrowser": true,
21+
"applicationUrl": "https://localhost:5001;http://localhost:5000",
2222
"environmentVariables": {
23-
"ASPNETCORE_ENVIRONMENT": "Development",
24-
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
23+
"ASPNETCORE_ENVIRONMENT": "Development"
2524
}
2625
}
2726
}

src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/Properties/launchSettings.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@
1212
"commandName": "IISExpress",
1313
"launchBrowser": true,
1414
"environmentVariables": {
15-
"ASPNETCORE_ENVIRONMENT": "Development",
16-
"ASPNETCORE_HTTPS_PORT": "44300"
15+
"ASPNETCORE_ENVIRONMENT": "Development"
1716
}
1817
},
1918
"Company.WebApplication1": {
2019
"commandName": "Project",
2120
"launchBrowser": true,
21+
"applicationUrl": "https://localhost:5001;http://localhost:5000",
2222
"environmentVariables": {
23-
"ASPNETCORE_ENVIRONMENT": "Development",
24-
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
23+
"ASPNETCORE_ENVIRONMENT": "Development"
2524
}
2625
}
2726
}

src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/Properties/launchSettings.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@
1212
"commandName": "IISExpress",
1313
"launchBrowser": true,
1414
"environmentVariables": {
15-
"ASPNETCORE_ENVIRONMENT": "Development",
16-
"ASPNETCORE_HTTPS_PORT": "44300"
15+
"ASPNETCORE_ENVIRONMENT": "Development"
1716
}
1817
},
1918
"Company.WebApplication1": {
2019
"commandName": "Project",
2120
"launchBrowser": true,
21+
"applicationUrl": "https://localhost:5001;http://localhost:5000",
2222
"environmentVariables": {
23-
"ASPNETCORE_ENVIRONMENT": "Development",
24-
"ASPNETCORE_URLS": "https://localhost:5001;http://localhost:5000"
23+
"ASPNETCORE_ENVIRONMENT": "Development"
2524
}
2625
}
2726
}

0 commit comments

Comments
 (0)