4a68d29ce2
Co-authored-by: Gérald Croës <gerald@containo.us>
18 lines
305 B
TOML
18 lines
305 B
TOML
[log]
|
|
logLevel = "DEBUG"
|
|
|
|
[entrypoints]
|
|
[entrypoints.web]
|
|
address = ":8080"
|
|
[entrypoints.api]
|
|
address = ":8081"
|
|
|
|
[providers]
|
|
[providers.dynamodb]
|
|
accessKeyID = "key"
|
|
secretAccessKey = "secret"
|
|
endpoint = "{{.DynamoURL}}"
|
|
region = "us-east-1"
|
|
|
|
[api]
|
|
entryPoint = "api"
|