Public Access
22 lines
449 B
JSON
22 lines
449 B
JSON
{
|
|||
|
|
"workflow": "insurance+patient",
|
||
|
|
|
||
|
|
"ftps": {
|
||
|
|
"host": "ftp.example.com",
|
||
|
|
"port": 21,
|
||
|
|
"tls": true,
|
||
|
|
"username": "shared-username",
|
||
|
|
"password": "shared-password",
|
||
|
|
"insurance_path": "/{practice}/Insurance",
|
||
|
|
"pdf_path": "/{practice}/PDF"
|
||
|
|
},
|
||
|
|
|
||
|
|
"sftp": {
|
||
|
|
"host": "sftp.example.com",
|
||
|
|
"port": 22,
|
||
|
|
"username": "shared-username",
|
||
|
|
"password": "shared-password",
|
||
|
|
"patient_path": "/{practice}/Patient"
|
||
|
|
}
|
||
|
|
}
|