use pgsql mode

This commit is contained in:
Andrea Spacca 2021-12-02 08:31:42 +01:00
parent b620713d7f
commit 4a198c2d83

View file

@ -11,8 +11,8 @@ API_URL: https://pipedapi.kavin.rocks
FRONTEND_URL: https://piped.kavin.rocks FRONTEND_URL: https://piped.kavin.rocks
# Hibernate properties # Hibernate properties
hibernate.connection.url: jdbc:h2:mem:test hibernate.connection.url: jdbc:h2:mem:test;MODE=PostgreSQL
hibernate.connection.driver_class: org.h2.Driver hibernate.connection.driver_class: org.h2.Driver
hibernate.dialect: org.hibernate.dialect.H2Dialect hibernate.dialect: org.hibernate.dialect.PostgreSQL10Dialect
hibernate.connection.username: piped hibernate.connection.username: piped
hibernate.connection.password: changeme hibernate.connection.password: changeme