Current section

Files

Jump to
ex_aws_api_gateway config test.exs
Raw

config/test.exs

use Mix.Config
config :ex_aws,
apigateway: %{
scheme: "http://",
host: "127.0.0.1",
region: "eu-west-1",
port: 1234
}