Skip to content

Commit

Permalink
configure test devservices database
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Oct 26, 2023
1 parent abefe89 commit ad10df4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ quarkus.datasource.devservices.enabled=true
quarkus.datasource.devservices.image-name=quay.io/cryostat/cryostat3-db

# !!! prod databases must set this configuration parameter some other way via a secret !!!
quarkus.datasource.devservices.command=postgres -c encrypt.key=REPLACEME
quarkus.datasource.devservices.container-env.PG_ENCRYPT_KEY=examplekey
# remove the postgres command that Quarkus wants to pass by default, and just pass on the flag
quarkus.datasource.devservices.command=-c fsync=off
# !!!

storage.buckets.archives.name=archivedrecordings
Expand Down

0 comments on commit ad10df4

Please sign in to comment.