Merge branch 'develop' into feat/articles-store-integration
This commit is contained in:
commit
ea183d743c
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