Current section

Files

Jump to
ex_aws_dynamo config test.exs
Raw

config/test.exs

use Mix.Config
config :ex_aws,
debug_requests: false,
access_key_id: "abcd",
secret_access_key: "1234",
region: "us-east-1"
config :ex_aws, :dynamodb,
scheme: "http://",
host: "localhost",
port: 8000,
region: "us-east-1"