dicom-viewer/.vscode/settings.json
2022-11-01 20:05:30 +03:00

9 lines
319 B
JSON

{
"liveServer.settings.port": 5501,
"liveServer.settings.https": {
"enable": false, //set it true to enable the feature.
"cert": "D:\\https\\primary.crt", //full path of the certificate
"key": "D:\\https\\private.key", //full path of the private key
"passphrase": "12345"
}
}