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.
This commit is contained in:
2026-07-05 20:15:29 -05:00
parent ef046e8b7b
commit 1c452d2802
4 changed files with 16 additions and 10 deletions
@@ -4,7 +4,7 @@
"ftps": {
"username": "practice-specific-username",
"password": "practice-specific-password",
"insurance_path": "/{practice}/CustomInsuranceFolder",
"tiff_path": "/{practice}/CustomInsuranceFolder",
"pdf_path": "/{practice}/CustomPdfFolder"
},
+1 -1
View File
@@ -8,7 +8,7 @@
"tls": true,
"username": "shared-username",
"password": "shared-password",
"insurance_path": "/{practice}/Insurance",
"tiff_path": "/{practice}/Insurance",
"pdf_path": "/{practice}/PDF"
},