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 @@ - - - + + + - - - + + + + + + + + + + + + + + + + + +