traefik/integration/fixtures/dynamodb/simple.toml
2018-11-27 17:42:04 +01:00

19 lines
306 B
TOML

[log]
logLevel = "DEBUG"
[entryPoints]
[entryPoints.http]
address = ":8080"
[entryPoints.api]
address = ":8081"
[providers]
[providers.dynamodb]
accessKeyID = "key"
secretAccessKey = "secret"
endpoint = "{{.DynamoURL}}"
region = "us-east-1"
[api]
entryPoint = "api"