mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-26 15:55:35 +00:00
16 lines
542 B
Bash
16 lines
542 B
Bash
# Cloudflare Worker configuration
|
|
# Copy this to .dev.vars for local development, or configure variables/secrets in Cloudflare.
|
|
# Non-secret bindings (including the D1 database ID) belong in wrangler.jsonc.
|
|
|
|
# D1 database ID (from `npx wrangler d1 create recordly-share-db`)
|
|
D1_DATABASE_ID=
|
|
|
|
# Server-side library administration only; never place this in the desktop app.
|
|
API_SECRET=
|
|
SUPABASE_URL=
|
|
SUPABASE_PUBLISHABLE_KEY=
|
|
ALLOW_API_SECRET_UPLOADS=false
|
|
|
|
# Only this Supabase user may administer this single-owner deployment.
|
|
OWNER_USER_ID=
|