Skip to content

Instantly share code, notes, and snippets.

@netodevel
Created September 12, 2021 18:07
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 netodevel/4a559712a25c898e520662c50c4bd719 to your computer and use it in GitHub Desktop.
Save netodevel/4a559712a25c898e520662c50c4bd719 to your computer and use it in GitHub Desktop.
# Database
quarkus.datasource.db-kind=postgresql
quarkus.datasource.username=admin
quarkus.datasource.password=admin
quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/demo_quarkus
quarkus.datasource.jdbc.max-size=16
# DevServices
quarkus.datasource.devservices=false
# Liquibase
quarkus.liquibase.migrate-at-start=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment