mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +00:00
fix: GCS credentials dont need to be parsed as JSON (#1429)
This commit is contained in:
@@ -18,7 +18,7 @@ amazon:
|
||||
google:
|
||||
service: GCS
|
||||
project: <%= ENV.fetch('GCS_PROJECT', '') %>
|
||||
credentials: <%= ENV.fetch('GCS_CREDENTIALS', '').to_json %>
|
||||
credentials: <%= ENV.fetch('GCS_CREDENTIALS', '') %>
|
||||
bucket: <%= ENV.fetch('GCS_BUCKET', '') %>
|
||||
|
||||
# Use rails credentials:edit to set the Azure Storage secret (as azure_storage:storage_access_key)
|
||||
|
||||
Reference in New Issue
Block a user