Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created May 27, 2022 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/2a3ebd5bb669678dcd6df53ca96d758d to your computer and use it in GitHub Desktop.
Save garystafford/2a3ebd5bb669678dcd6df53ca96d758d to your computer and use it in GitHub Desktop.
%prod.quarkus.datasource.username=${DB_USERNAME}
%prod.quarkus.datasource.password=${DB_PASSWORD}
%prod.quarkus.datasource.reactive.url=vertx-reactive:postgresql://${DB_HOST}:${DB_PORT}/${DB_DATABASE}
%prod.quarkus.hibernate-orm.database.generation=none
%prod.quarkus.hibernate-orm.sql-load-script=no-file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment