mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
add proxyUrl to config
This commit is contained in:
parent
8395343ec1
commit
bbc84a222d
1 changed files with 2 additions and 0 deletions
|
@ -136,6 +136,8 @@ public class Constants {
|
||||||
frontendProperties.put(StringUtils.substringAfter(key, "frontend."), value);
|
frontendProperties.put(StringUtils.substringAfter(key, "frontend."), value);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
frontendProperties.put("proxyUrl", PROXY_PART);
|
||||||
|
|
||||||
// transform hibernate properties for legacy configurations
|
// transform hibernate properties for legacy configurations
|
||||||
hibernateProperties.replace("hibernate.dialect",
|
hibernateProperties.replace("hibernate.dialect",
|
||||||
"org.hibernate.dialect.PostgreSQL10Dialect",
|
"org.hibernate.dialect.PostgreSQL10Dialect",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue