srs-s3-upload/.env.sample
2023-07-07 22:46:50 +02:00

15 lines
428 B
Plaintext

# The port to listen on
PORT=3000
# Endpoint for S3-compatible storage. Cloudflare uses an endpoint that contains
# the account ID.
S3_ENDPOINT=https://xxxxxxxxxxxxxxxxxxx.r2.cloudflarestorage.com
# Credentials for the S3 bucket to store the stream in.
S3_ACCESS_KEY_ID=xx
S3_ACCESS_KEY_SECRET=xxx
S3_BUCKET_NAME=bucketname
# The maximum number of files to keep in the TLS directory. This is used to
MAX_TS_FILES_TO_KEEP=20