diff --git a/config/default.json b/config/default.json index e66b3c7..b83ac17 100644 --- a/config/default.json +++ b/config/default.json @@ -1,13 +1,13 @@ { "source": { - "aet": "DICOM_SAS", - "ip": "192.168.2.4", - "port": 21112 + "aet": "DICOMWEB_PROXY", + "ip": "128.199.154.150", + "port": 8888 }, "peers": [ { "aet": "ABPACS", - "ip": "192.168.2.8", + "ip": "128.199.154.150", "port": 11112 } ], @@ -17,8 +17,8 @@ "logDir": "./logs", "storagePath": "./data", "cacheRetentionMinutes": 60, - "webserverPort": 5050, - "useCget": true, + "webserverPort": 5000, + "useCget": false, "useFetchLevel": "SERIES", "maxAssociations": 4, "qidoMinChars": 0,