mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Update to Hibernate 6.
This commit is contained in:
parent
047fd18f21
commit
c23805288f
13 changed files with 54 additions and 68 deletions
|
@ -1,18 +1,14 @@
|
|||
# The port to Listen on.
|
||||
PORT: 8080
|
||||
|
||||
PORT:8080
|
||||
# Proxy
|
||||
PROXY_PART: https://pipedproxy-ams.kavin.rocks
|
||||
|
||||
PROXY_PART:https://pipedproxy-ams.kavin.rocks
|
||||
# Public API URL
|
||||
API_URL: https://pipedapi.kavin.rocks
|
||||
|
||||
API_URL:https://pipedapi.kavin.rocks
|
||||
# Public Frontend URL
|
||||
FRONTEND_URL: https://piped.kavin.rocks
|
||||
|
||||
FRONTEND_URL:https://piped.kavin.rocks
|
||||
# Hibernate properties
|
||||
hibernate.connection.url: jdbc:postgresql://cockroachdb:26257/defaultdb?sslmode=disable
|
||||
hibernate.connection.driver_class: org.postgresql.Driver
|
||||
hibernate.dialect: org.hibernate.dialect.CockroachDB201Dialect
|
||||
hibernate.connection.username: root
|
||||
hibernate.connection.password: root
|
||||
hibernate.connection.url:jdbc:postgresql://cockroachdb:26257/defaultdb?sslmode=disable
|
||||
hibernate.connection.driver_class:org.postgresql.Driver
|
||||
hibernate.dialect:org.hibernate.dialect.CockroachDialect
|
||||
hibernate.connection.username:root
|
||||
hibernate.connection.password:root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue