mirror of
https://github.com/TeamPiped/Piped-Backend
synced 2025-11-06 15:19:55 +01:00
Compare commits
4 Commits
1fbf813d31
...
dd4db1e5f4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd4db1e5f4 | ||
|
|
c5921f6b70 | ||
|
|
946b3762a9 | ||
|
|
e36bbd0445 |
@ -44,8 +44,8 @@ dependencies {
|
||||
implementation 'io.sentry:sentry:8.19.1'
|
||||
implementation 'rocks.kavin:reqwest4j:1.0.14'
|
||||
implementation 'io.minio:minio:8.5.17'
|
||||
compileOnly 'org.projectlombok:lombok:1.18.38'
|
||||
annotationProcessor 'org.projectlombok:lombok:1.18.38'
|
||||
compileOnly 'org.projectlombok:lombok:1.18.42'
|
||||
annotationProcessor 'org.projectlombok:lombok:1.18.42'
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
|
||||
@ -166,8 +166,8 @@ public class Constants {
|
||||
S3_CLIENT = null;
|
||||
}
|
||||
System.getenv().forEach((key, value) -> {
|
||||
if (key.startsWith("hibernate"))
|
||||
hibernateProperties.put(key, value);
|
||||
if (key.startsWith("HIBERNATE"))
|
||||
hibernateProperties.put(key.replace("__", ".").toLowerCase(), value);
|
||||
});
|
||||
MATRIX_SERVER = getProperty(prop, "MATRIX_SERVER", "https://matrix-client.matrix.org");
|
||||
MATRIX_TOKEN = getProperty(prop, "MATRIX_TOKEN");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user