From 959f64cf137e8b40f6635a45aa0442a6c1e7ce08 Mon Sep 17 00:00:00 2001 From: greglebreton Date: Fri, 30 Dec 2022 10:58:19 +0100 Subject: [PATCH] add .env, c'est mieux --- .env | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..b929414 --- /dev/null +++ b/.env @@ -0,0 +1,15 @@ +# Grafana options +GF_SECURITY_ADMIN_USER= +GF_SECURITY_ADMIN_PASSWORD= +GF_USERS_ALLOW_SIGN_UP=false + +# InfluxDB options +INFLUXDB_DB=influx +INFLUXDB_USER=telegraf +INFLUXDB_ADMIN_ENABLED=true + +# Telegraf.conf credentials +INFLUXDB_ADMIN_USER= +INFLUXDB_ADMIN_PASSWORD= + +