Environment Variables
Name | Identifier | Description |
---|---|---|
Database URL | DATABASE_URL | URL to the postgres database |
Auth Secret | AUTH_SECRET | Random string used for auth.js |
Redis URL | REDIS_URL | URL to redis |
Storage Provider | STORAGE_PROVIDER | local or cloudflare |
Upload Directory | UPLOAD_DIRECTORY | Required when using local in STORAGE_PROVIDER |
Cloudflare account id | CLOUDFLARE_ACCOUNT_ID | Required when using cloudflare as STORAGE_PROVIDER |
Cloudflare access key | CLOUDFLARE_ACCESS_KEY | Required when using cloudflare as STORAGE_PROVIDER |
Cloudflare secret access key | CLOUDFLARE_SECRET_ACCESS_KEY | Required when using cloudflare as STORAGE_PROVIDER |
Cloudflare bucket name | CLOUDFLARE_BUCKETNAME | Required when using cloudflare as STORAGE_PROVIDER |
Cloudflare bucket url | CLOUDFLARE_BUCKET_URL | Required when using cloudflare as STORAGE_PROVIDER |
Cloudflare Region | CLOUDFLARE_REGION | Required when using cloudflare as STORAGE_PROVIDER |
Last updated on