From 23fafe970b557e3d46c946a31a9f64d5f4971252 Mon Sep 17 00:00:00 2001 From: Peter Vlugter <59895+pvlugter@users.noreply.github.com> Date: Tue, 11 Jun 2024 19:15:11 +1200 Subject: [PATCH] use empty string for default region setting --- core/src/main/resources/reference.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/reference.conf b/core/src/main/resources/reference.conf index 4c62513..9f43178 100644 --- a/core/src/main/resources/reference.conf +++ b/core/src/main/resources/reference.conf @@ -111,7 +111,7 @@ akka.persistence.dynamodb { # - environment variable - `AWS_REGION` # - credentials and config files at the default locations (~/.aws/credentials, ~/.aws/config) # - if running in EC2, check the EC2 metadata service - region = null + region = "" # Configuration for testing with DynamoDB local. # When enabled, will automatically set the endpoint, an arbitrary region, and dummy credentials.