add proxyUrl to config

This commit is contained in:
Bnyro 2022-11-20 21:42:41 +01:00
parent 8395343ec1
commit bbc84a222d

View file

@ -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",