From bbc84a222db02045c187bc6000ffe75784e05594 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sun, 20 Nov 2022 21:42:41 +0100 Subject: [PATCH] add proxyUrl to config --- src/main/java/me/kavin/piped/consts/Constants.java | 2 ++ 1 file changed, 2 insertions(+) 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",