feat: Upstash Redis for per-user CF credential storage
This commit is contained in:
@@ -13,6 +13,11 @@ CLOUDFLARE_API_TOKEN=your_api_token_here
|
||||
CF_SERVICE_CLIENT_ID=
|
||||
CF_SERVICE_CLIENT_SECRET=
|
||||
|
||||
# Upstash Redis — stores per-user CF credentials (multi-user)
|
||||
# Create a free database at https://console.upstash.com
|
||||
UPSTASH_REDIS_URL=https://your-db.upstash.io
|
||||
UPSTASH_REDIS_TOKEN=your_upstash_token_here
|
||||
|
||||
# GitHub OAuth (create at https://github.com/settings/developers)
|
||||
# Callback URL: https://your-domain.vercel.app/api/auth/callback/github
|
||||
GITHUB_CLIENT_ID=
|
||||
|
||||
Reference in New Issue
Block a user