forked from EXT/VR180-Web-Player
16 lines
491 B
Plaintext
16 lines
491 B
Plaintext
# Copy this file to .env.r2 and fill in your R2 details.
|
|
# Do not commit .env.r2; it is ignored by git.
|
|
|
|
R2_ACCOUNT_ID=your_cloudflare_account_id
|
|
R2_ACCESS_KEY_ID=your_r2_access_key_id
|
|
R2_SECRET_ACCESS_KEY=your_r2_secret_access_key
|
|
R2_BUCKET=your-r2-bucket-name
|
|
|
|
# Optional settings.
|
|
# Local folder to upload after running npm run build.
|
|
R2_SOURCE_DIR=vr180player
|
|
# Object key prefix inside the bucket.
|
|
R2_PREFIX=vr180player
|
|
R2_ENDPOINT=
|
|
R2_CACHE_CONTROL=public, max-age=31536000, immutable
|