9 lines
360 B
Plaintext
9 lines
360 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
|
|
|
|
# Password visitors must enter to access the upload page
|
|
PUBLIC_UPLOAD_PASSWORD=change-me-to-a-password
|