From 0db53dcbeb0991c4cb00c03dd70ca7caef6e1e8c Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Thu, 9 Sep 2021 14:40:41 +0530 Subject: [PATCH] Configure FRONTEND_URL property. --- template/config.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/config.properties b/template/config.properties index 2020201..fc1050a 100644 --- a/template/config.properties +++ b/template/config.properties @@ -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