Skip to content

Commit

Permalink
use empty string for default region setting
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlugter committed Jun 11, 2024
1 parent 46fe492 commit 23fafe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 23fafe9

Please sign in to comment.