Change postgres dialect.

This commit is contained in:
Kavin 2022-06-17 16:55:05 +01:00 committed by Andrea Spacca
parent 50ffec385e
commit 9452dd2ec6
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ FEED_RETENTION: 30
# Hibernate properties
hibernate.connection.url: jdbc:postgresql://postgres:5432/piped
hibernate.connection.driver_class: org.postgresql.Driver
hibernate.dialect: org.hibernate.dialect.PostgreSQL10Dialect
hibernate.dialect: org.hibernate.dialect.PostgreSQLDialect
hibernate.connection.username: piped
hibernate.connection.password: changeme