mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Add YugabyteDB CI testing. (#141)
This commit is contained in:
parent
bf58a22fe9
commit
42b3e6dab5
4 changed files with 60 additions and 0 deletions
18
testing/config.yugabytedb.properties
Normal file
18
testing/config.yugabytedb.properties
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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.kavin.rocks
|
||||
|
||||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue