feat: Change recon transfer path in config file.

This commit is contained in:
sunwen
2024-06-06 17:40:34 +08:00
parent 788eaabed3
commit d7319f4ac1
4 changed files with 28 additions and 6 deletions

View File

@@ -37,7 +37,8 @@
"ae": "",
"ip": "",
"name": "",
"port": ""
"port": "",
"transferPath": ""
},
"address": {
"device": "eth0",

View File

@@ -60,7 +60,8 @@
"ae": "krad",
"ip": "192.168.1.10",
"localAE": "3D recon",
"port": "5003"
"port": "5003",
"transferPath": "/home/eq9/Tools/ReconTest/storage/Raw"
},
"mpps": {
"open": false,
@@ -115,4 +116,4 @@
"patientlist": {
"expire": "7"
}
}
}