From a76a924c6aee44ba8320fabe9b88d69b94a731b9 Mon Sep 17 00:00:00 2001 From: Kavin <20838718+FireMasterK@users.noreply.github.com> Date: Sun, 20 Nov 2022 20:53:53 +0000 Subject: [PATCH] Only provide image proxy configuration. --- src/main/java/me/kavin/piped/consts/Constants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/me/kavin/piped/consts/Constants.java b/src/main/java/me/kavin/piped/consts/Constants.java index c26a418..e9d4e0b 100644 --- a/src/main/java/me/kavin/piped/consts/Constants.java +++ b/src/main/java/me/kavin/piped/consts/Constants.java @@ -135,7 +135,7 @@ public class Constants { else if (key.startsWith("frontend.")) frontendProperties.put(StringUtils.substringAfter(key, "frontend."), value); }); - frontendProperties.put("proxyUrl", PROXY_PART); + frontendProperties.put("imageProxyUrl", IMAGE_PROXY_PART); // transform hibernate properties for legacy configurations hibernateProperties.replace("hibernate.dialect",