This repository has been archived on 2024-05-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
stack-influxdb-grafana/docker-compose/influxdb.env
T
2021-09-24 16:52:32 +02:00

10 lines
302 B
Bash

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