From 7c29b37844efa343af6b5ba3db821308164d5674 Mon Sep 17 00:00:00 2001
From: timothycarambat <rambat1010@gmail.com>
Date: Mon, 12 Feb 2024 09:05:30 -0800
Subject: [PATCH] show telem disable

---
 docker/.env.example | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/.env.example b/docker/.env.example
index b7674e91b..b14d3c6ed 100644
--- a/docker/.env.example
+++ b/docker/.env.example
@@ -116,6 +116,7 @@ GID='1000'
 
 # CLOUD DEPLOYMENT VARIRABLES ONLY
 # AUTH_TOKEN="hunter2" # This is the password to your application if remote hosting.
+# DISABLE_TELEMETRY="false"
 
 ###########################################
 ######## PASSWORD COMPLEXITY ##############
-- 
GitLab