Files
melissa-uploader/Entities/EXAMPLE/Export1/PRACTICE_NAME/practice.json
T
blance 1c452d2802 Rename insurance_path config key to tiff_path (insurance_path still accepted)
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.
2026-07-05 20:15:29 -05:00

17 lines
616 B
JSON

{
"_comment": "Only create this file if this practice needs something different from entity.json. Delete any line/section you don't need to override — only what's listed here gets changed, everything else still comes from entity.json.",
"ftps": {
"username": "practice-specific-username",
"password": "practice-specific-password",
"tiff_path": "/{practice}/CustomInsuranceFolder",
"pdf_path": "/{practice}/CustomPdfFolder"
},
"sftp": {
"username": "practice-specific-username",
"password": "practice-specific-password",
"patient_path": "/{practice}/CustomPatientFolder"
}
}