1ef93fead7
* feat: add HTTP provider implementation * refactor: add SetDefaults and struct tag for the new file parser * feat: add TLS configuration property * refactor: rework HTTP provider implementation * feat: provide config only once if fetched config is unchanged * style: lint * ui: add HTTP provider icon * tests: simplify and fix integration test * docs: add reference config for file * docs: move http reference config for file Co-authored-by: Daniel Tomcej <daniel.tomcej@gmail.com>
20 lines
315 B
TOML
20 lines
315 B
TOML
[global]
|
|
checkNewVersion = false
|
|
sendAnonymousUsage = false
|
|
|
|
[log]
|
|
level = "DEBUG"
|
|
|
|
[entryPoints]
|
|
[entryPoints.web]
|
|
address = ":8000"
|
|
[entryPoints.traefik]
|
|
address = ":9090"
|
|
|
|
[api]
|
|
insecure = true
|
|
|
|
[providers]
|
|
[providers.http]
|
|
endpoint = "http://127.0.0.1:9000"
|
|
pollInterval = "100ms"
|