Guest User

Untitled

a guest
Oct 11th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. database:
  2. # the name of your JDBC driver
  3. driverClass: org.postgresql.Driver
  4.  
  5. # the username
  6. user: pg-user
  7.  
  8. # the password
  9. password: iAMs00perSecrEET
  10.  
  11. # the JDBC URL
  12. url: jdbc:postgresql://db.example.com/db-prod
  13.  
  14. # any properties specific to your JDBC driver:
  15. properties:
  16. charSet: UTF-8
  17. defaultSchemaName: <yourSchemaName>
  18.  
  19. database:
  20. driverClass: org.postgresql.Driver
  21.  
  22. # the other attributes
  23.  
  24. properties:
  25. currentSchema: <yourSchemaName>
Add Comment
Please, Sign In to add comment