1
0
Files
VR-Web-Player/.env.r2.example
Aiden 776c7c0629
Some checks failed
Test / test (push) Has been cancelled
Upload script
2026-06-11 08:24:36 +10:00

14 lines
398 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.
R2_SOURCE_DIR=vr180player
R2_PREFIX=vr180player
R2_ENDPOINT=
R2_CACHE_CONTROL=public, max-age=31536000, immutable