chore: adding env example for direct_upload (#5130)
This commit is contained in:
parent
806e5efd7a
commit
21912155f2
1 changed files with 4 additions and 0 deletions
|
@ -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=
|
||||
|
|
Loading…
Reference in a new issue