aa
This commit is contained in:
12
.env.example
12
.env.example
@@ -15,3 +15,15 @@ INVITE_FROM_EMAIL=
|
||||
# Optional override for the origin used in invite URLs. Falls back to the
|
||||
# request's host/protocol if unset. Server-only — never sent to the browser.
|
||||
APP_URL=
|
||||
|
||||
# Cloudflare R2 (S3-compatible object storage) for image uploads.
|
||||
# R2_ENDPOINT base API endpoint for the account
|
||||
# R2_BUCKET bucket name
|
||||
# R2_ACCESS_KEY_ID + R2_SECRET_ACCESS_KEY — from R2 → API Tokens
|
||||
# R2_PUBLIC_URL custom-domain origin attached to the bucket; this is
|
||||
# what gets put into <img src> and stored in places.cover_url
|
||||
R2_ENDPOINT=
|
||||
R2_BUCKET=
|
||||
R2_ACCESS_KEY_ID=
|
||||
R2_SECRET_ACCESS_KEY=
|
||||
R2_PUBLIC_URL=
|
||||
|
||||
Reference in New Issue
Block a user