From 6c3ef606650a1a729a136519e819d206d83fc143 Mon Sep 17 00:00:00 2001 From: Prince Date: Wed, 17 Jun 2026 15:09:28 +0200 Subject: [PATCH] update file storage path --- src/main/resources/application-lab.properties | 2 ++ src/main/resources/application.properties | 2 +- .../resources/liquibase-diff-changeLog.xml | 27 ++++++++++++++----- 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/src/main/resources/application-lab.properties b/src/main/resources/application-lab.properties index 6b4a13f..a508bca 100644 --- a/src/main/resources/application-lab.properties +++ b/src/main/resources/application-lab.properties @@ -45,6 +45,8 @@ velocity.api.api-key=Ko7_hAZjDNAqj--VI1kpkgV4D6PsjS6eWWEIgcfhG8M velocity.api.cancel-url=http://localhost:9005/poll velocity.api.success-url=http://localhost:9005/poll +app.reports.storage-path=./reports + jobrunr.background-job-server.enabled=true jobrunr.dashboard.enabled=true jobrunr.dashboard.port=8058 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5dd5c88..4edaaf2 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -81,7 +81,7 @@ jobrunr.datasource.username=sa jobrunr.datasource.password= # Batch report storage -app.reports.storage-path=./reports +app.reports.storage-path=/srv/data/reports app.base-url=https://pay.velocityafrica.net zss.sms.api.url=https://secure.zss.co.zw/vportal/cnm/vsms/json/batch diff --git a/src/main/resources/liquibase-diff-changeLog.xml b/src/main/resources/liquibase-diff-changeLog.xml index 9cfd70d..069618f 100644 --- a/src/main/resources/liquibase-diff-changeLog.xml +++ b/src/main/resources/liquibase-diff-changeLog.xml @@ -1,13 +1,28 @@ - - - + + + - - - + + + + + + + + + + + + + + + + + +