Add FRONTEND_URL configuration property.

This commit is contained in:
FireMasterK 2021-09-09 13:35:19 +05:30
parent 24139b7157
commit e38d989a5e
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
3 changed files with 9 additions and 3 deletions

View file

@ -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