Public Access
Initial build: engine, run scripts, WinSCP setup, example configs
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"_comment": "Only create this file if this practice has its own FTP login. Delete any section you don't need to override.",
|
||||
|
||||
"ftps": {
|
||||
"username": "practice-specific-username",
|
||||
"password": "practice-specific-password"
|
||||
},
|
||||
|
||||
"sftp": {
|
||||
"username": "practice-specific-username",
|
||||
"password": "practice-specific-password"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user