From 6d22702864c90291e5d7e7b1b44e923093dd4d59 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Fri, 27 May 2022 22:34:32 -0700 Subject: [PATCH] Update INSTALL_MANUAL.md --- docs/INSTALL_MANUAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL_MANUAL.md b/docs/INSTALL_MANUAL.md index 84d4540..ea4f0c6 100644 --- a/docs/INSTALL_MANUAL.md +++ b/docs/INSTALL_MANUAL.md @@ -57,7 +57,7 @@ web: # and store the information in the config file. If you 're re-using an existing influxdb installation, you'll need to provide # the `token` influxdb: - host: 0.0.0.0 + host: localhost port: 8086 # token: 'my-token' # org: 'my-org'