chore: adding env example for direct_upload (#5130)

This commit is contained in:
Tejaswini Chile 2022-07-27 20:03:33 +05:30 committed by GitHub
parent 806e5efd7a
commit 21912155f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,3 +198,7 @@ ENABLE_PUSH_RELAY_SERVER=true
# Stripe API key
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=
# Set to true if you want to upload files to cloud storage using the signed url
# Make sure to follow https://edgeguides.rubyonrails.org/active_storage_overview.html#cross-origin-resource-sharing-cors-configuration on the cloud storage after setting this to true.
DIRECT_UPLOADS_ENABLED=