Piped-Backend/testing/config.yugabytedb.properties

19 lines
512 B
Properties
Raw Permalink Normal View History

2021-12-11 20:46:17 +00:00
# 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
2021-12-11 20:46:17 +00:00
# Hibernate properties
hibernate.connection.url: jdbc:postgresql://yb-tserver:5433/yugabyte
hibernate.connection.driver_class: org.postgresql.Driver
hibernate.dialect: org.hibernate.dialect.PostgreSQLDialect
hibernate.connection.username: yugabyte
hibernate.connection.password: yugabyte