Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleapplication-external-datasources.properties
#### Datasources  H2PostgreSQL ###
blueriq.datasource.process-sql-store.url=jdbc:postgresql://bq-postgres:5432/blueriq
blueriq.datasource.process-sql-store.username=blueriq
blueriq.datasource.process-sql-store.password=welcome
blueriq.datasource.process-sql-store.driverClassName=org.postgresql.Driver
hibernate.process-sql-store.hbm2ddl.auto=validate

...