Last active
July 15, 2020 21:10
-
-
Save pavankjadda/0a6967164f8a1a86b29f334a4cc89afe to your computer and use it in GitHub Desktop.
liquibase.properties
This file contains hidden or 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
#### Database properties | |
url=${liquibase.url} | |
username=${liquibase.username} | |
password=${liquibase.password} | |
driver=com.mysql.cj.jdbc.Driver | |
#### Reference database properties | |
referenceUrl=${liquibase.referenceUrl} | |
referenceDriver=com.mysql.cj.jdbc.Driver | |
referenceUsername=${liquibase.referenceUsername} | |
referencePassword=${liquibase.referencePassword} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment