Move architecture, env vars, and deployment details into .claude/ subdocs referenced via @-imports, keeping CLAUDE.md to commands and pointers only. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
463 B
Markdown
13 lines
463 B
Markdown
# Environment Variables
|
|
|
|
Copy `.env.example` to `.env`. Required variables:
|
|
|
|
| Variable | Purpose |
|
|
|---|---|
|
|
| `DATABASE_URL` | PostgreSQL connection string |
|
|
| `GOOGLE_PROJECT_ID`, `GOOGLE_CLIENT_EMAIL`, `GOOGLE_PRIVATE_KEY` | Firebase Admin SDK (FCM) |
|
|
| `NEXT_PUBLIC_VAPID_PUBLIC_KEY`, `VAPID_PRIVATE_KEY` | Web Push |
|
|
| `WS_APIKEY` | WebSocket/file storage API key |
|
|
| `WIBU_REALTIME_KEY` | Real-time communication |
|
|
| `FCM_KEY` | Firebase Cloud Messaging |
|