From 98c8103a05bd2564e9838af4be65ce29d32b48b6 Mon Sep 17 00:00:00 2001 From: tariq87 Date: Fri, 19 Jul 2019 09:21:20 +0530 Subject: [PATCH] Update index.html.md --- website/source/docs/configuration/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/configuration/index.html.md b/website/source/docs/configuration/index.html.md index f4596a3d8..6952af1d9 100644 --- a/website/source/docs/configuration/index.html.md +++ b/website/source/docs/configuration/index.html.md @@ -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