mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
use pgsql mode
This commit is contained in:
parent
b620713d7f
commit
4a198c2d83
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ API_URL: https://pipedapi.kavin.rocks
|
|||
FRONTEND_URL: https://piped.kavin.rocks
|
||||
|
||||
# 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.dialect: org.hibernate.dialect.H2Dialect
|
||||
hibernate.dialect: org.hibernate.dialect.PostgreSQL10Dialect
|
||||
hibernate.connection.username: piped
|
||||
hibernate.connection.password: changeme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue