From 623a7dc7e669afbe09adff556e314f87796ba1eb Mon Sep 17 00:00:00 2001 From: Michael MATUR Date: Mon, 11 Dec 2017 18:01:44 +0100 Subject: [PATCH] Fix small missing property in documentation for consul catalog --- docs/configuration/backends/consul.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/configuration/backends/consul.md b/docs/configuration/backends/consul.md index 25d809906..e59d6ca18 100644 --- a/docs/configuration/backends/consul.md +++ b/docs/configuration/backends/consul.md @@ -88,6 +88,12 @@ endpoint = "127.0.0.1:8500" # exposedByDefault = false +# Default domain used. +# +# Optional +# +domain = "consul.localhost" + # Prefix for Consul catalog tags. # # Optional