From b0f56bb604b87c71605a370a8aec02fe6bb7a274 Mon Sep 17 00:00:00 2001 From: Matt Bentley Date: Thu, 11 Mar 2021 05:49:55 -0500 Subject: [PATCH] Turn on auth by default in compose example; fixes #24 Signed-off-by: Matt Bentley --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d83ad5..05a97d2 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ Stripped [yaml templates](https://github.com/VictorRobellini/K8s-homelab-pub) us TZ: "America/New_York" INFLUXDB_DATA_QUERY_LOG_ENABLED: "false" INFLUXDB_REPORTING_DISABLED: "true" + INFLUXDB_HTTP_AUTH_ENABLED: "true" INFLUXDB_ADMIN_USER: "admin" INFLUXDB_ADMIN_PASSWORD: "adminpassword" INFLUXDB_USER: "pfsense"