mirror of
https://github.com/TeamPiped/Piped-Backend
synced 2025-11-19 18:10:50 +01:00
Compare commits
No commits in common. "c5921f6b70762e78fed2cd0af8078c376b500228" and "96287745bd0c292365856fa2d826417462418239" have entirely different histories.
c5921f6b70
...
96287745bd
@ -166,8 +166,8 @@ public class Constants {
|
|||||||
S3_CLIENT = null;
|
S3_CLIENT = null;
|
||||||
}
|
}
|
||||||
System.getenv().forEach((key, value) -> {
|
System.getenv().forEach((key, value) -> {
|
||||||
if (key.startsWith("HIBERNATE"))
|
if (key.startsWith("hibernate"))
|
||||||
hibernateProperties.put(key.replace("__", ".").toLowerCase(), value);
|
hibernateProperties.put(key, value);
|
||||||
});
|
});
|
||||||
MATRIX_SERVER = getProperty(prop, "MATRIX_SERVER", "https://matrix-client.matrix.org");
|
MATRIX_SERVER = getProperty(prop, "MATRIX_SERVER", "https://matrix-client.matrix.org");
|
||||||
MATRIX_TOKEN = getProperty(prop, "MATRIX_TOKEN");
|
MATRIX_TOKEN = getProperty(prop, "MATRIX_TOKEN");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user