mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2025-01-06 01:20:38 +05:30
Configure FRONTEND_URL property.
This commit is contained in:
parent
2607157413
commit
0db53dcbeb
@ -17,6 +17,9 @@ CAPTCHA_API_KEY: INSERT_HERE
|
|||||||
# Public API URL
|
# Public API URL
|
||||||
API_URL: https://BACKEND_HOSTNAME
|
API_URL: https://BACKEND_HOSTNAME
|
||||||
|
|
||||||
|
# Public Frontend URL
|
||||||
|
FRONTEND_URL: https://FRONTEND_HOSTNAME
|
||||||
|
|
||||||
# Hibernate properties
|
# Hibernate properties
|
||||||
hibernate.connection.url: jdbc:postgresql://postgres:5432/piped
|
hibernate.connection.url: jdbc:postgresql://postgres:5432/piped
|
||||||
hibernate.connection.driver_class: org.postgresql.Driver
|
hibernate.connection.driver_class: org.postgresql.Driver
|
||||||
|
Loading…
Reference in New Issue
Block a user