18 lines
290 B
TOML
18 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"
|