Configure FRONTEND_URL property.

This commit is contained in:
FireMasterK
2021-09-09 14:40:41 +05:30
parent 2607157413
commit 0db53dcbeb
+3
View File
@@ -17,6 +17,9 @@ CAPTCHA_API_KEY: INSERT_HERE
# Public API URL
API_URL: https://BACKEND_HOSTNAME
# Public Frontend URL
FRONTEND_URL: https://FRONTEND_HOSTNAME
# Hibernate properties
hibernate.connection.url: jdbc:postgresql://postgres:5432/piped
hibernate.connection.driver_class: org.postgresql.Driver