22 lines
370 B
TOML
22 lines
370 B
TOML
|
[global]
|
||
|
checkNewVersion = false
|
||
|
sendAnonymousUsage = false
|
||
|
|
||
|
[log]
|
||
|
level = "DEBUG"
|
||
|
|
||
|
[entryPoints]
|
||
|
[entryPoints.web]
|
||
|
address = ":8000"
|
||
|
|
||
|
[api]
|
||
|
insecure = true
|
||
|
|
||
|
[providers]
|
||
|
[providers.consulCatalog]
|
||
|
exposedByDefault = false
|
||
|
refreshInterval = "500ms"
|
||
|
connectAware = false
|
||
|
[providers.consulCatalog.endpoint]
|
||
|
address = "{{ .ConsulAddress }}"
|