mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-24 09:08:05 +01:00
Use AmazonDynamoDBLocal instead of DynamoDBProxyServer
This commit is contained in:
@@ -26,8 +26,6 @@ public class LocalWhisperServerService {
|
||||
|
||||
System.setProperty("secrets.bundle.filename",
|
||||
Resources.getResource("config/test-secrets-bundle.yml").getPath());
|
||||
System.setProperty("sqlite.dir", "service/target/lib");
|
||||
System.setProperty("aws.region", "local-test-region");
|
||||
|
||||
final String config = Optional.ofNullable(System.getenv(SIGNAL_SERVER_CONFIG_ENV_VAR))
|
||||
.orElse(Resources.getResource("config/test.yml").getPath());
|
||||
|
||||
Reference in New Issue
Block a user