Skip to content

Commit 061ffc9

Browse files
authored
Add TLS endpoint to Demo project launch config (#297)
1 parent 5e96a5f commit 061ffc9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,3 +331,4 @@ ASALocalRun/
331331
/results
332332
/Test/coverage.netcoreapp3.1.cobertura.xml
333333

334+
.DS_Store

Demo/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"environmentVariables": {
2121
"ASPNETCORE_ENVIRONMENT": "Development"
2222
},
23-
"applicationUrl": "http://localhost:4729/"
23+
"applicationUrl": "http://localhost:4729/;https://localhost:44329/"
2424
}
2525
}
2626
}

0 commit comments

Comments
 (0)