From 14a32e320f60bd1b2ab15dc833e81616e67d3bb4 Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 16 Nov 2016 18:33:04 -0700 Subject: [PATCH] [docs/config] mention `httpAuth` --- docs/configuration.asciidoc | 1 + scripts/generate/templates/configuration_docs.tmpl | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/configuration.asciidoc b/docs/configuration.asciidoc index f35875dc4..f4c4362fe 100644 --- a/docs/configuration.asciidoc +++ b/docs/configuration.asciidoc @@ -29,6 +29,7 @@ Default::: ------ +`httpAuth`[[config-http-auth]]:: `String` -- Specifies the default http auth as a sting with username and password separated by a colon (eg. `user:pass`). Applies to any host defined in the original config, and any hosts discovered while sniffing. `log`[[config-log]]:: `String, String[], Object, Object[], Constructor` -- Unless a constructor is specified, this sets the output settings for the bundled logger. See the section on configuring-logging[logging] for more information. diff --git a/scripts/generate/templates/configuration_docs.tmpl b/scripts/generate/templates/configuration_docs.tmpl index f554c5cca..2c6ed1bb4 100644 --- a/scripts/generate/templates/configuration_docs.tmpl +++ b/scripts/generate/templates/configuration_docs.tmpl @@ -29,6 +29,7 @@ Default::: ------ +`httpAuth`[[config-http-auth]]:: `String` -- Specifies the default http auth as a sting with username and password separated by a colon (eg. `user:pass`). Applies to any host defined in the original config, and any hosts discovered while sniffing. `log`[[config-log]]:: `String, String[], Object, Object[], Constructor` -- Unless a constructor is specified, this sets the output settings for the bundled logger. See the section on configuring-logging[logging] for more information.