mirror of
https://github.com/TeamPiped/Piped-Backend
synced 2025-11-07 15:40:09 +01:00
Compare commits
1 Commits
b9a1f36be1
...
6afb86010f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6afb86010f |
@ -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