disable telemetry for local dev by default

This commit is contained in:
Maidul Islam
2024-02-27 18:26:15 -05:00
parent d6cde48181
commit a2a959cc32

View File

@@ -86,6 +86,7 @@ services:
environment:
- NODE_ENV=development
- DB_CONNECTION_URI=postgres://infisical:infisical@db/infisical?sslmode=disable
- TELEMETRY_ENABLED=false
volumes:
- ./backend/src:/app/src