Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. # liquibase.properties
  2. driver: org.postgresql.Driver
  3. classpath: ./lib/postgresql-9.4.1212.jar
  4.  
  5. # db-production
  6. url: jdbc:postgresql://localhost:5432/db-production
  7. username: postgres
  8. password: masterkey
  9.  
  10. # db-develop
  11. referenceUrl: jdbc:postgresql://localhost:5432/db-develop
  12. referenceUsername: postgres
  13. referencePassword: masterkey
  14.  
  15. changeLogFile: output/db.changelog-1.1.xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement