Files
dicom-proxy/config/default.json
2025-03-17 09:47:54 +07:00

30 lines
752 B
JSON

{
"source": {
"aet": "DICOMWEB_PROXY",
"ip": "128.199.154.150",
"port": 8888
},
"peers": [
{
"aet": "ABPACS",
"ip": "128.199.154.150",
"port": 11112
}
],
"transferSyntax": "1.2.840.10008.1.2.4.80",
"mimeType": "image/dicom+jpeg",
"lossyQuality": 60,
"logDir": "./logs",
"storagePath": "./data",
"cacheRetentionMinutes": 60,
"webserverPort": 5000,
"useCget": false,
"useFetchLevel": "SERIES",
"maxAssociations": 4,
"qidoMinChars": 0,
"qidoAppendWildcard": true,
"verboseLogging": false,
"fullMeta": true,
"websocketUrl": "",
"websocketToken": "cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e"
}