Skip to content

Commit

Permalink
fixed properties for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
candreac committed Nov 11, 2023
1 parent 400e112 commit da58341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ object-store.bucket.region=${MODEL_OBJECT_STORE_REGION:eu-south-1}
object-store.bucket.access-key=${OBJECT_STORE_ACCESS_KEY_ID:admin123}
object-store.bucket.secret-key=${OBJECT_STORE_ACCESS_KEY_SECRET:admin123}
object-store.bucket.endpoint-override=http://127.0.0.1:9999
object-store.resource.path-template=${MODEL_OBJECT_STORE_HTML_TEMPLATE_PATH:/RESOURCE/files/[RESOURCE_TYPE]}
object-store.resource.path-template=${MODEL_OBJECT_STORE_RESOURCE_TEMPLATE_PATH:/RESOURCE/files/[RESOURCE_TYPE]}
object-store.bpmn.path-template=${MODEL_OBJECT_STORE_BPMN_TEMPLATE_PATH:BPMN/files/UUID/[uuid]/VERSION/[version]}
object-store.workflow-resource.path-template=${MODEL_OBJECT_STORE_WORKFLOW_RESOURCE_TEMPLATE_PATH:WORKFLOW_RESOURCE/[RESOURCE_TYPE]/files/UUID/[uuid]}
3 changes: 1 addition & 2 deletions src/test/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ quarkus.devservices.enabled=false
object-store.type=${MODEL_OBJECT_STORE_TYPE:AWS_S3}
object-store.bucket.name=${MODEL_OBJECT_STORE_BUCKET_NAME:pagopa-dev-atm-layer-s3-model}
object-store.bucket.region=${MODEL_OBJECT_STORE_REGION:eu-south-1}
object-store.html.path-template=${MODEL_OBJECT_STORE_HTML_TEMPLATE_PATH:/RESOURCE/files/[RESOURCE_TYPE]}
object-store.resource.path-template=${MODEL_OBJECT_STORE_HTML_TEMPLATE_PATH:/RESOURCE/files/[RESOURCE_TYPE]}
object-store.resource.path-template=${MODEL_OBJECT_STORE_RESOURCE_TEMPLATE_PATH:/RESOURCE/files/[RESOURCE_TYPE]}
object-store.bpmn.path-template=${MODEL_OBJECT_STORE_BPMN_TEMPLATE_PATH:BPMN/files/UUID/[uuid]/VERSION/[version]}
object-store.workflow-resource.path-template=${MODEL_OBJECT_STORE_WORKFLOW_RESOURCE_TEMPLATE_PATH:WORKFLOW_RESOURCE/[RESOURCE_TYPE]/files/UUID/[uuid]}

0 comments on commit da58341

Please sign in to comment.