Update index.html.md

This commit is contained in:
tariq87 2019-07-19 09:21:20 +05:30 committed by GitHub
parent 790e18b973
commit 98c8103a05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ As each file is processed, its contents are merged into the existing
configuration. When merging, any non-empty values from the latest config file
will append or replace parameters in the current configuration. An empty value
means `""` for strings, `0` for integer or float values, and `false` for
booleans. Since empty values are ignored you cannot disable an parameter like
booleans. Since empty values are ignored you cannot disable a parameter like
`server` mode once you've enabled it.
Here is an example Nomad agent configuration that runs in both client and server