File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/CSharp.UnitTesting/CSharp.UnitTesting.Api/Properties Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33 "windowsAuthentication" : false ,
44 "anonymousAuthentication" : true ,
55 "iisExpress" : {
6- "applicationUrl" : " http://localhost:20001 " ,
7- "sslPort" : 30001
6+ "applicationUrl" : " http://localhost:5000 " ,
7+ "sslPort" : 5001
88 }
99 },
1010 "profiles" : {
11- "EfCore.RepositoryPattern.Sample .Dev" : {
11+ "App .Dev" : {
1212 "commandName" : " Project" ,
1313 "launchBrowser" : false ,
14- "applicationUrl" : " https://localhost:30001 ;http://localhost:20001 " ,
14+ "applicationUrl" : " https://localhost:5001 ;http://localhost:5000 " ,
1515 "environmentVariables" : {
1616 "ASPNETCORE_ENVIRONMENT" : " Development"
1717 }
1818 },
19- "EfCore.RepositoryPattern.Sample .Prod" : {
19+ "App .Prod" : {
2020 "commandName" : " Project" ,
2121 "launchBrowser" : false ,
22- "applicationUrl" : " https://localhost:30001 ;http://localhost:20001 " ,
22+ "applicationUrl" : " https://localhost:5001 ;http://localhost:5000 " ,
2323 "environmentVariables" : {
2424 "ASPNETCORE_ENVIRONMENT" : " Production"
2525 }
You can’t perform that action at this time.
0 commit comments