chore: add env examples for development setup

Documents required environment variables so new contributors can onboard without guessing.
This commit is contained in:
kumarabhirup 2026-03-04 19:06:35 -08:00
parent 78e04e20b8
commit ec326fb34d
No known key found for this signature in database
GPG Key ID: DB7CA2289CAB0167
2 changed files with 5 additions and 0 deletions

2
.env.example Normal file
View File

@ -0,0 +1,2 @@
export POSTHOG_KEY=phc_***
export NPM_TOKEN=npm_***

3
apps/web/.env.example Normal file
View File

@ -0,0 +1,3 @@
WATCHPACK_POLLING=true
IRONCLAW_WEB_ENABLE_MCP_CONNECTORS=0
NEXT_PUBLIC_POSTHOG_KEY=phc_***