Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use only known-good keys in InfluxDB environment template
Following on from [Issue 76](SensorsIot#76) this PR: 1. Reforms the InfluxDB environment template to only use known-good keys 2. Adopts the InfluxDB documentation standard of making keys active with their default values (in all cases this means the feature is off) 3. Groups by function and adds documentation explaining any interrelationships between environment keys, and between keys and database commands. The environment keys included are those which come up most frequently in issues and on Discord: * Enabling flux support * Enabling authentication * Enabling UDP support Environment keys removed were: * INFLUXDB_DB=mydb (not defined) * INFLUXDB_DATA_ENGINE (not defined) * INFLUXDB_REPORTING_DISABLED (defined; default value is now "false" so no longer needed; confusing because name implies local reporting function when it is actually a "phone home" function) * INFLUXDB_ADMIN_ENABLED (not defined) * INFLUXDB_ADMIN_USER (not defined) * INFLUXDB_ADMIN_PASSWORD (not defined) * INFLUXDB_USER (not defined; probably intended to be INFLUX_USER) * INFLUXDB_USER_PASSWORD (not defined; probably intended to be INFLUX_PASSWORD) * INFLUXDB_READ_USER (not defined) * INFLUXDB_READ_USER_PASSWORD (not defined) * INFLUXDB_WRITE_USER (not defined) * INFLUXDB_WRITE_USER_PASSWORD (not defined)
- Loading branch information