Created
August 14, 2019 01:53
-
-
Save goyalmohit/2fd2be5a9c6c0fa1ee130a6ab8ac03f6 to your computer and use it in GitHub Desktop.
Liquibase configuration file for PostgreSQL database
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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