mirror of
https://github.com/TeamPiped/Piped-Backend
synced 2025-09-04 04:21:20 +02:00
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