Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,16 @@ DISABLE_DOWNLOAD_COUNTS=0

# Path where uploaded files are stored on disk (default: ./storage)
# The reverse proxy must serve {STORAGE_PATH}/submission_attachments/ at /storage/submission-attachments/
STORAGE_PATH=./storage
STORAGE_PATH=./storage

# Used for S3-compatible APIs (R2). Automatically disabled if STORAGE_PROVIDER is not set.
# Currently only supports AWS S3 ('aws') and Cloudflare R2 ('cloudflare'), but providers with an identical API may work too.
STORAGE_PROVIDER=
STORAGE_BUCKET=
STORAGE_PUBLIC_URL=
STORAGE_ACCESS_KEY=
STORAGE_SECRET_KEY=
# only applies to AWS S3
STORAGE_REGION=
# only applies to Cloudflare R2
STORAGE_ACCOUNT_ID=
Loading
Loading