mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
disable telemetry for local dev by default
This commit is contained in:
@@ -86,6 +86,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- NODE_ENV=development
|
- NODE_ENV=development
|
||||||
- DB_CONNECTION_URI=postgres://infisical:infisical@db/infisical?sslmode=disable
|
- DB_CONNECTION_URI=postgres://infisical:infisical@db/infisical?sslmode=disable
|
||||||
|
- TELEMETRY_ENABLED=false
|
||||||
volumes:
|
volumes:
|
||||||
- ./backend/src:/app/src
|
- ./backend/src:/app/src
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user