2021-12-11 20:20:59 +00:00
|
|
|
# The port to Listen on.
|
2022-06-17 15:37:10 +00:00
|
|
|
PORT:8080
|
2021-12-11 20:20:59 +00:00
|
|
|
# Proxy
|
2022-06-17 15:37:10 +00:00
|
|
|
PROXY_PART:https://pipedproxy-ams.kavin.rocks
|
2021-12-11 20:20:59 +00:00
|
|
|
# Public API URL
|
2022-06-17 15:37:10 +00:00
|
|
|
API_URL:https://pipedapi.kavin.rocks
|
2021-12-11 20:20:59 +00:00
|
|
|
# Public Frontend URL
|
2022-06-17 15:37:10 +00:00
|
|
|
FRONTEND_URL:https://piped.kavin.rocks
|
2021-12-11 20:20:59 +00:00
|
|
|
# Hibernate properties
|
2022-06-17 15:37:10 +00:00
|
|
|
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
|