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