forked from EXT/VR180-Web-Player
13
.env.r2.example
Normal file
13
.env.r2.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user