Change startup page to unsecured endpoint to HTTPS endpoint

This commit is contained in:
rafsanulhasan 2018-09-01 01:22:59 +06:00
parent 04e178100d
commit 04e754aabc

View File

@ -3,7 +3,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>fea0c318-ffed-4d39-8781-265718ca43dd</ProjectGuid>
<DockerLaunchBrowser>True</DockerLaunchBrowser>
<DockerServiceUrl>http://localhost:5100</DockerServiceUrl>
<DockerServiceUrl>https://localhost:4100</DockerServiceUrl>
<DockerServiceName>webmvc</DockerServiceName>
<DockerTargetOS>Linux</DockerTargetOS>
<ProjectVersion>2.1</ProjectVersion>