18 lines
544 B
Plaintext
18 lines
544 B
Plaintext
# Cloudflare R2 Configuration
|
|
R2_ACCOUNT_ID=your_account_id_here
|
|
R2_ACCESS_KEY_ID=your_access_key_here
|
|
R2_SECRET_ACCESS_KEY=your_secret_key_here
|
|
R2_BUCKET_NAME=obs-videos
|
|
|
|
# R2 Endpoint (replace <account-id> with your actual account ID)
|
|
R2_ENDPOINT=https://<account-id>.r2.cloudflarestorage.com
|
|
|
|
# Public Domain for video access
|
|
PUBLIC_DOMAIN=videos.jeffemmett.com
|
|
|
|
# Optional: OBS Recording Directory (for file watcher)
|
|
OBS_RECORDING_DIR=/path/to/obs/recordings
|
|
|
|
# Optional: Auto-delete local files after upload
|
|
AUTO_DELETE_AFTER_UPLOAD=false
|