From fb9fe405d803a1d8c4ec80c4d7c20e3ace2b3e28 Mon Sep 17 00:00:00 2001 From: Gorden Mende Date: Fri, 24 Sep 2021 17:00:21 +0200 Subject: [PATCH] influxdb environment file --- influxdb.env | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 influxdb.env diff --git a/influxdb.env b/influxdb.env new file mode 100644 index 0000000..3f99bef --- /dev/null +++ b/influxdb.env @@ -0,0 +1,10 @@ +INFLUXDB_DATA_ENGINE=tsm1 +INFLUXDB_REPORTING_DISABLED=false +INFLUXDB_DB=OpenHAB3_DB +INFLUXDB_HTTP_AUTH_ENABLED=TRUE +INFLUXDB_ADMIN_USER=admin +INFLUXDB_ADMIN_PASSWORD=#gentoo# +INFLUXDB_WRITE_USER=openhab +INFLUXDB_WRITE_USER_PASSWORD=openhab +INFLUXDB_READ_USER=grafana +INFLUXDB_READ_USER_PASSWORD=grafana \ No newline at end of file