From dc67a4e7f4fc464e2dd4bf8073f9a979b232fd70 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 18 Sep 2016 14:22:10 -0700 Subject: [PATCH] Update influxdb.markdown --- source/_components/influxdb.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/influxdb.markdown b/source/_components/influxdb.markdown index 9bcba63c751..c7b9e273c2b 100644 --- a/source/_components/influxdb.markdown +++ b/source/_components/influxdb.markdown @@ -38,7 +38,7 @@ influxdb: Configuration variables: -- **host** (*Required*): IP address of your database host, eg. http://192.168.1.10. +- **host** (*Optional*): IP address of your database host, eg. http://192.168.1.10. Defaults to localhost. - **username** (*Required*): The username of the database user. - **password** (*Required*): The password for the database user account. - **port** (*Optional*): Port to use. Defaults to 8086.