mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-26 23:21:38 +01:00
* feat: add blocking strategy * docs: add examples for blocking strategy * ci: run go tests recursively * perf: wait for BlockCheckInterval for each request * fix: use camel case instead of snake case for yaml config * docs: add loading and error page customization as a feature * fix: use errorPage * fix: return json instead of html page * set json key * update development config * docs: add comment about custom loading pages * ci: add beta release
22 lines
358 B
YAML
Executable File
22 lines
358 B
YAML
Executable File
pilot:
|
|
token: "$TRAEFIK_PILOT_TOKEN"
|
|
|
|
api:
|
|
dashboard: true
|
|
insecure: true
|
|
|
|
experimental:
|
|
localPlugins:
|
|
traefik-ondemand-plugin:
|
|
moduleName: github.com/acouvreur/traefik-ondemand-plugin
|
|
|
|
entryPoints:
|
|
http:
|
|
address: ":80"
|
|
forwardedHeaders:
|
|
insecure: true
|
|
|
|
providers:
|
|
docker:
|
|
swarmMode: true
|
|
exposedByDefault: false |