Skip to content

Commit

Permalink
OPHY-711: Move :payment-service-sftp under :server
Browse files Browse the repository at this point in the history
  • Loading branch information
anttu committed Sep 25, 2024
1 parent c0c0b2d commit 1c208ed
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions server/config/aws-defaults.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
:require-https? true
:attachment-max-size 50 ;in megabytes
:session-timeout-in-s 28800
:payment-service-sftp {:enabled? true
:timeout 60000
:port 22
:strict-host-key-checking :yes
:local-path "/tmp/"
:remote_path "./to_handi/va/"
:remote_path_from "./from_handi/va/"}
:attachment-mime-types ["text/plain"
"application/rtf"
"application/pdf"
Expand All @@ -22,7 +29,6 @@
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"application/zip"]
:threads 16}

:db {:database-name "va"
:username "va_application"
:port-number 5432}
Expand Down Expand Up @@ -52,13 +58,6 @@
:rondo-scheduler {:enabled? true
:scheduling "0 00 04 ? * *"}
:reminder-scheduler {:enabled? true}
:payment-service-sftp {:enabled? true
:timeout 60000
:port 22
:strict-host-key-checking :yes
:local-path "/tmp/"
:remote_path "./to_handi/va/"
:remote_path_from "./from_handi/va/"}
:payments {:enabled? true :delete-payments? true}
:integration-healthcheck {:enabled? true
:timeout 5000
Expand Down

0 comments on commit 1c208ed

Please sign in to comment.