Skip to content

Commit

Permalink
fix: testing environment-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-urner committed May 15, 2024
1 parent 757cbf1 commit c4fa944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ volodb:
url: http://minio:9000
access-key: hnvDi0J0TkJzIveMpUx7
secret-key: GKgCXqOE7Y7E9TpeT3BCdrfFEHNhrQrXdVyHJNZu
test: "heyho"
test: ${MINIO_PORT}

spring:
application:
Expand Down

0 comments on commit c4fa944

Please sign in to comment.