mirror of
https://github.com/leaders-of-digital-9-task/dicom-viewer.git
synced 2024-11-10 20:46:34 +03:00
9 lines
319 B
JSON
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"
|
|
}
|
|
} |