mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
18 lines
502 B
Properties
18 lines
502 B
Properties
# 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
|