Current section

Files

Jump to
ex_aws_dynamo config ddb_local_test.exs.example
Raw

config/ddb_local_test.exs.example

import Config
config :ex_aws,
debug_requests: false, # set to true to monitor the DDB requests
access_key_id: "abcd",
secret_access_key: "1234",
region: "us-east-1"
config :ex_aws, :dynamodb,
scheme: "http://",
host: "localhost",
port: SET_YOUR_PORT,
region: "us-east-1"