Drop hsqldb support.

This commit is contained in:
Kavin 2023-08-14 11:05:05 +01:00
parent e32ffb16a1
commit 261fba8238
No known key found for this signature in database
GPG key ID: 6E4598CA5C92C41F
4 changed files with 0 additions and 28 deletions

View file

@ -1,18 +0,0 @@
# The port to Listen on.
PORT: 8080
# Proxy
PROXY_PART: https://pipedproxy-ams.kavin.rocks
# Public API URL
API_URL: https://pipedapi.kavin.rocks
# Public Frontend URL
FRONTEND_URL: https://piped.video
# Hibernate properties
hibernate.connection.url: jdbc:hsqldb:mem:memdb;sql.syntax_pgs=true
hibernate.connection.driver_class: org.hsqldb.jdbcDriver
hibernate.dialect: org.hibernate.dialect.HSQLDialect
hibernate.connection.username: piped
hibernate.connection.password: changeme