From 9e1adc14e2d1db5bd4045d04de66f392c0fa9bda Mon Sep 17 00:00:00 2001 From: James Arcus <jimbo@ucc.asn.au> Date: Mon, 14 Apr 2025 20:46:42 +0800 Subject: [PATCH] Add detail to .env example --- .env.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index 7291206..a3e1cb1 100644 --- a/.env.example +++ b/.env.example @@ -1,8 +1,8 @@ -MQTT_HOST= -MQTT_PORT= +MQTT_HOST=130.95.13.152 +MQTT_PORT=1883 -MQTT_USER= -MQTT_PASS= +MQTT_USER=[FILL IN SECRET] +MQTT_PASS=[FILL IN SECRET] -HTTP_BIND= -HTTP_PORT= +HTTP_BIND=0.0.0.0 +HTTP_PORT=5117 -- GitLab