6 lines
255 B
Plaintext
6 lines
255 B
Plaintext
# URL of your deployed Cloudflare Worker (no trailing slash)
|
|
PUBLIC_WORKER_URL=https://r2-upload-worker.YOUR_SUBDOMAIN.workers.dev
|
|
|
|
# A random secret string — must match UPLOAD_SECRET set in the Worker
|
|
PUBLIC_UPLOAD_SECRET=change-me-to-something-random
|