Skip to content

Commit

Permalink
checknewversion: fixing doc for default value
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoulard authored and ldez committed Feb 26, 2021
1 parent dd0701d commit 97a8116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/reference/static-configuration/cli-ref.md
Expand Up @@ -184,7 +184,7 @@ plugin's module name.
plugin's version.

`--global.checknewversion`:
Periodically check if a new version has been released. (Default: ```false```)
Periodically check if a new version has been released. (Default: ```true```)

`--global.sendanonymoususage`:
Periodically send anonymous usage statistics. If the option is not specified, it will be enabled by default. (Default: ```false```)
Expand Down
2 changes: 1 addition & 1 deletion docs/content/reference/static-configuration/env-ref.md
Expand Up @@ -184,7 +184,7 @@ plugin's module name.
plugin's version.

`TRAEFIK_GLOBAL_CHECKNEWVERSION`:
Periodically check if a new version has been released. (Default: ```false```)
Periodically check if a new version has been released. (Default: ```true```)

`TRAEFIK_GLOBAL_SENDANONYMOUSUSAGE`:
Periodically send anonymous usage statistics. If the option is not specified, it will be enabled by default. (Default: ```false```)
Expand Down

0 comments on commit 97a8116

Please sign in to comment.