From 0db1302898280d1dcc0001e30d84021f1b9977e6 Mon Sep 17 00:00:00 2001 From: Kavin <20838718+FireMasterK@users.noreply.github.com> Date: Fri, 17 Jun 2022 16:55:05 +0100 Subject: [PATCH] Change postgres dialect. --- template/config.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/config.properties b/template/config.properties index 6ca8ef1..ef1686f 100644 --- a/template/config.properties +++ b/template/config.properties @@ -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