From e47e1c60609556cdce5bb5d04055e5c198e0c4ec Mon Sep 17 00:00:00 2001 From: Daniel Frank Date: Sat, 22 Jan 2022 18:34:06 +0100 Subject: [PATCH] Revert "InfluxDB enforce Auth" This reverts commit b2661d0a167abe1ba0342fc4227073d894c8bb30. --- influxdb.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influxdb.nix b/influxdb.nix index 91c0434..f349ad6 100644 --- a/influxdb.nix +++ b/influxdb.nix @@ -9,7 +9,7 @@ meta.reporting-disabled = true; data.query-log-enabled = false; http.bind-address = "localhost:8086"; - http.auth-enabled = true; + http.auth-enabled = false; http.log-enabled = false; }; };