1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-24 13:48:49 +08:00

Fix SEND_TELEMETRY env var (#1819)

Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
This commit is contained in:
b1ackd0t 2023-06-15 16:05:11 +03:00 committed by GitHub
parent 55e09c1921
commit aef5a57e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,6 +119,9 @@ MF_COAP_ADAPTER_PORT=5683
MF_WS_ADAPTER_LOG_LEVEL=debug
MF_WS_ADAPTER_PORT=8186
### Call home
MF_SEND_TELEMETRY=true
## Addons Services
### Bootstrap
MF_BOOTSTRAP_LOG_LEVEL=debug
@ -378,6 +381,3 @@ MF_GRAFANA_ADMIN_PASSWORD=mainflux
# Docker image tag
MF_RELEASE_TAG=latest
# Call Home
MF_SEND_TELEMETRY = true