mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2025-04-29 08:20:30 +05:30
add proxyUrl to config
This commit is contained in:
parent
8395343ec1
commit
bbc84a222d
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user