Advertisement
Guest User

Untitled

a guest
May 28th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.55 KB | None | 0 0
  1. jpa.config.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
  2. jpa.config.hibernate.connection.driver_class=org.postgresql.Driver
  3. jpa.config.hibernate.connection.url=jdbc:postgresql:candlepin
  4. #jpa.config.hibernate.hbm2ddl.auto=validate
  5. jpa.config.hibernate.hbm2ddl.auto=create
  6. jpa.config.hibernate.connection.username=candlepin
  7. jpa.config.hibernate.connection.password=
  8. jpa.config.hibernate.show_sql=false
  9. candlepin.ca_cert=/etc/candlepin/certs/candlepin-ca.crt
  10. candlepin.ca_key=/etc/candlepin/certs/candlepin-ca.key
  11. candlepin.pretty_print=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement