Open davidzwa opened 3 years ago
These listings provide an overview of development ports to see what can be configured. This is not a security leak of any kind, as this is a developer's choice.
https://localhost:44333
https://localhost:44333
https://localhost:44325
- SSL port 44325
https://localhost:44325
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
- SSL "useSSL": true
appsettings.json
https://localhost:44333
https://localhost:44333
null
true
appsettings.DockerLocal.json
(unused)https://localhost:44325
https://localhost:44325
https://localhost:443
(internal port)true
appsettings.json
"https://localhost:44325"
"https://localhost:44325"
appsettings.json
"RootUrl": "https://localhost:44333"
"RootUrl": "http://localhost:4200"
"RootUrl": "https://localhost:44307"
"RootUrl": "https://localhost:44333"
Somehow the ValidIssuer being null doesnt matter now for docker, when we make the internal port the same at the outside port. Makes sense as https://localhost:44333
inside equals https://localhost:44333
outside the container. Nice for the merged ID4 solution!
These listings provide an overview of development ports to see what can be configured. This is not a security leak of any kind, as this is a developer's choice.
Angular (dev == prod)
https://localhost:44325
https://localhost:44325
Server launchSettings
https://localhost:44325
- SSL port44325
https://localhost:44325
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
- SSL"useSSL": true
Server - Host
appsettings.json
https://localhost:44325
https://localhost:44325
null
true
Server - Host
appsettings.DockerLocal.json
(unused)https://localhost:44325
https://localhost:44325
https://localhost:443
(internal port)true
Server Test - API Client ConsoleTestApp
appsettings.json
"https://localhost:44325"
"https://localhost:44325"
DbMigrator -
appsettings.json
"RootUrl": "https://localhost:44352"
"RootUrl": "http://localhost:4200"
"RootUrl": "https://localhost:44307"
"RootUrl": "https://localhost:44353"