mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-08-14 23:56:53 +00:00
Configure FRONTEND_URL property.
This commit is contained in:
parent
2607157413
commit
0db53dcbeb
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue