Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created August 14, 2019 01:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save goyalmohit/2fd2be5a9c6c0fa1ee130a6ab8ac03f6 to your computer and use it in GitHub Desktop.
Save goyalmohit/2fd2be5a9c6c0fa1ee130a6ab8ac03f6 to your computer and use it in GitHub Desktop.
Liquibase configuration file for PostgreSQL database
driver: org.postgresql.Driver
classpath: ./lib/postgresql-42.2.5.jar
url: jdbc:postgresql://localhost:5432/sampledb
username: adminUsername
password: adminUserPassword
changeLogFile: src/main/resources/db.changelog.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment