From 1c208ede91dad8259b55c2c810fe2e57dc401336 Mon Sep 17 00:00:00 2001 From: Antero Fagerstedt Date: Wed, 25 Sep 2024 13:42:43 +0300 Subject: [PATCH] OPHY-711: Move :payment-service-sftp under :server --- server/config/aws-defaults.edn | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/server/config/aws-defaults.edn b/server/config/aws-defaults.edn index 5abcf3558..d0b2013a2 100644 --- a/server/config/aws-defaults.edn +++ b/server/config/aws-defaults.edn @@ -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" @@ -22,7 +29,6 @@ "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "application/zip"] :threads 16} - :db {:database-name "va" :username "va_application" :port-number 5432} @@ -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