Update CLAUDE.md with R2 env vars
This commit is contained in:
parent
191f176a26
commit
d5168316a7
1 changed files with 7 additions and 1 deletions
|
|
@ -84,9 +84,15 @@ docs/ # Design docs
|
||||||
|
|
||||||
## Environment Variables
|
## Environment Variables
|
||||||
|
|
||||||
|
Set in `.env.local` for development, or in Dokploy dashboard for production.
|
||||||
|
|
||||||
See `.env.example` for all required vars. Key ones:
|
See `.env.example` for all required vars. Key ones:
|
||||||
|
|
||||||
- `DATABASE_URL` - PostgreSQL connection
|
- `DATABASE_URL` - PostgreSQL connection
|
||||||
- `AUTH_SECRET` - NextAuth secret
|
- `AUTH_SECRET` - NextAuth secret
|
||||||
- `LITELLM_BASE_URL` - AI gateway URL
|
- `LITELLM_BASE_URL` - AI gateway URL
|
||||||
- `LITELLM_API_KEY` - AI API key
|
- `LITELLM_API_KEY` - AI API key
|
||||||
|
- `R2_ACCOUNT_ID` - Cloudflare R2 account ID
|
||||||
|
- `R2_ACCESS_KEY_ID` - R2 access key
|
||||||
|
- `R2_SECRET_ACCESS_KEY` - R2 secret key
|
||||||
|
- `R2_BUCKET_NAME` - R2 bucket name
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue