Initial build: engine, run scripts, WinSCP setup, example configs

This commit is contained in:
2026-06-29 20:34:33 -05:00
parent 241acd40d6
commit ac4c6d823c
9 changed files with 416 additions and 2 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"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"
}
}