mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Add FRONTEND_URL configuration property.
This commit is contained in:
parent
24139b7157
commit
e38d989a5e
3 changed files with 9 additions and 3 deletions
|
@ -17,6 +17,9 @@ CAPTCHA_API_KEY: INSERT_HERE
|
|||
# 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://postgres:5432/piped
|
||||
hibernate.connection.driver_class: org.postgresql.Driver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue