Skip to content

Commit

Permalink
Disable Spring Cloud Vault in test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
krharum committed Jan 9, 2024
1 parent ccab92d commit ef30387
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

AAD_ISSUER_URI: https://login.microsoftonline.com/62366534-1ec3-4962-8869-9b5535279d0b

spring:
flyway:
enabled: true # Disabled by default as you should probably think twice before running Flyway-migrations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
TOKEN_X_ISSUER=dummy
spring.cloud.vault.enabled=false

spring.datasource.url=jdbc:h2:mem:testdb
spring.datasource.driverClassName=org.h2.Driver
Expand Down

0 comments on commit ef30387

Please sign in to comment.