Piped-Backend/testing/config.cockroachdb.properties

15 lines
511 B
Properties
Raw Normal View History

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