diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-12-24 14:46:04 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-12-24 14:46:04 +0000 |
commit | a1e03826c0a904b93d60bd8d44f14cc6ba087314 (patch) | |
tree | 4a01fb95a428b0d88cb79a4c5ad82b1334b3f714 /config.env.example | |
parent | f9da9ab448f59580180a46d2a9efc099ff09beb3 (diff) | |
download | power.eda.gay-a1e03826c0a904b93d60bd8d44f14cc6ba087314.tar.gz power.eda.gay-a1e03826c0a904b93d60bd8d44f14cc6ba087314.zip |
Added SNMP client for monitoring omada switches
Diffstat (limited to 'config.env.example')
-rw-r--r-- | config.env.example | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/config.env.example b/config.env.example index 9010652..4878ec2 100644 --- a/config.env.example +++ b/config.env.example @@ -1,10 +1,12 @@ MQTT_USER=eden -MQTT_PASSWD=**************** +MQTT_PASSWD=******************* + +OMADA_SWITCHES=192.168.69.26 DOCKER_INFLUXDB_INIT_MODE=setup DOCKER_INFLUXDB_INIT_USERNAME=eden -DOCKER_INFLUXDB_INIT_PASSWORD=**************** +DOCKER_INFLUXDB_INIT_PASSWORD=******************** DOCKER_INFLUXDB_INIT_ORG=poweredagay DOCKER_INFLUXDB_INIT_BUCKET=edenbucket -DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=************************ -DOCKER_INFLUXDB_DB=power +DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=**************** +DOCKER_INFLUXDB_DB=power
\ No newline at end of file |