diff --git a/.env.development b/.env.development index 1043c226..8f86f19f 100644 --- a/.env.development +++ b/.env.development @@ -165,4 +165,6 @@ LNBITS_WEB_PORT=5001 # CPU shares for each category CPU_SHARES_IMPORTANT=1024 CPU_SHARES_MODERATE=512 -CPU_SHARES_LOW=256 \ No newline at end of file +CPU_SHARES_LOW=256 + +NEXT_TELEMETRY_DISABLED=1 \ No newline at end of file diff --git a/.env.production b/.env.production index 6e9d44f2..78e66ab8 100644 --- a/.env.production +++ b/.env.production @@ -22,3 +22,4 @@ GRAPHQL_SLOW_LOGS_MS=50 DB_APP_CONNECTION_LIMIT=4 DB_WORKER_CONNECTION_LIMIT=2 DB_TRANSACTION_TIMEOUT=10000 +NEXT_TELEMETRY_DISABLED=1