Merge branch 'develop' into feat/articles-store-integration

This commit is contained in:
Muhsin Keloth 2022-07-27 20:29:39 +05:30 committed by GitHub
commit ea183d743c
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=