Use AmazonDynamoDBLocal instead of DynamoDBProxyServer

This commit is contained in:
Chris Eager
2024-11-11 16:50:47 -06:00
committed by GitHub
parent 59e0137816
commit d6f890c7b9
6 changed files with 31 additions and 141 deletions

View File

@@ -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());