traefik/integration/fixtures/dynamodb/simple.toml
2018-01-11 09:46:03 +01:00

19 lines
290 B
TOML

defaultEntryPoints = ["http"]
logLevel = "DEBUG"
[entryPoints]
[entryPoints.http]
address = ":8080"
[entryPoints.api]
address = ":8081"
[dynamodb]
AccessKeyID = "key"
SecretAccessKey = "secret"
Endpoint = "{{.DynamoURL}}"
Region = "us-east-1"
[api]
entryPoint = "api"