Skip to content

Commit

Permalink
Don't use secret manager on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Sep 11, 2023
1 parent e2dc8c9 commit ff9a141
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

# Secret Manager Demo
# You can load secrets from Google Cloud Secret Manager with the ${sm//<SECRET_ID>} syntax.
my.database.password=${sm//integration-test}
%prod.my.database.password=${sm//integration-test}
%test.my.database.password=test

## Logging config
%dev.quarkus.google.cloud.logging.enabled=false
Expand Down

0 comments on commit ff9a141

Please sign in to comment.