mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -05:00
disable telemetry for local dev by default
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user