Public Access
Renamed in engine.ps1, both EXAMPLE configs, and the README. Existing entity.json/practice.json files using insurance_path keep working - the engine copies it to tiff_path after the merge when tiff_path isn't set.
23 lines
476 B
JSON
23 lines
476 B
JSON
{
|
|
"workflow": "insurance+patient",
|
|
"insurance_file_type": "pdf",
|
|
|
|
"ftps": {
|
|
"host": "ftp.example.com",
|
|
"port": 21,
|
|
"tls": true,
|
|
"username": "shared-username",
|
|
"password": "shared-password",
|
|
"tiff_path": "/{practice}/Insurance",
|
|
"pdf_path": "/{practice}/PDF"
|
|
},
|
|
|
|
"sftp": {
|
|
"host": "sftp.example.com",
|
|
"port": 22,
|
|
"username": "shared-username",
|
|
"password": "shared-password",
|
|
"patient_path": "/{practice}/Patient"
|
|
}
|
|
}
|