- Adds ability to override the upload endpoint for different environments
AccountID = os.Getenv("STREAM_ACCOUNT") // replace with your Cloudflare account ID
API_KEY = os.Getenv("STREAM_API_KEY") // replace with your Cloudflare API key
ENDPOINT_OVERRIDE = os.Getenv("CLOUDFLARE_URL") // optional endpoint override for upload destination