diff --git a/src/main/java/me/kavin/piped/consts/Constants.java b/src/main/java/me/kavin/piped/consts/Constants.java index 4ee6f68..70f0f61 100644 --- a/src/main/java/me/kavin/piped/consts/Constants.java +++ b/src/main/java/me/kavin/piped/consts/Constants.java @@ -136,6 +136,8 @@ public class Constants { frontendProperties.put(StringUtils.substringAfter(key, "frontend."), value); }); + frontendProperties.put("proxyUrl", PROXY_PART); + // transform hibernate properties for legacy configurations hibernateProperties.replace("hibernate.dialect", "org.hibernate.dialect.PostgreSQL10Dialect",