Turn on auth by default in compose example; fixes #24

Signed-off-by: Matt Bentley <mbentley@mbentley.net>
This commit is contained in:
Matt Bentley 2021-03-11 05:49:55 -05:00
parent 9b69af9c76
commit b0f56bb604
No known key found for this signature in database
GPG Key ID: F38E24466CFFC4FB

View File

@ -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"