Rename bubbles => cards

This commit is contained in:
Jorge Manrubia
2025-04-09 14:50:49 +02:00
parent e86b266f4c
commit 723e6d94f5
333 changed files with 3012 additions and 2820 deletions
+2 -2
View File
@@ -14,14 +14,14 @@ local:
# access_key_id: <%= Rails.application.credentials.dig(:aws, :access_key_id) %>
# secret_access_key: <%= Rails.application.credentials.dig(:aws, :secret_access_key) %>
# region: us-east-1
# bucket: your_own_bucket-<%= Rails.env %>
# collection: your_own_collection-<%= Rails.env %>
# Remember not to checkin your GCS keyfile to a repository
# google:
# service: GCS
# project: your_project
# credentials: <%= Rails.root.join("path/to/gcs.keyfile") %>
# bucket: your_own_bucket-<%= Rails.env %>
# collection: your_own_collection-<%= Rails.env %>
# Use bin/rails credentials:edit to set the Azure Storage secret (as azure_storage:storage_access_key)
# microsoft: