File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ digitalocean:
1414 bucket : <%= ENV['DO_BUCKET_NAME'] %>
1515 region : <%= ENV['DO_STORAGE_REGION'] %>
1616
17- google :
17+ google :
1818 service : GCS
1919 project : " <%= ENV['GCS_PROJECT'] % >"
2020 bucket : " <%= ENV['GCS_BUCKET'] % >"
@@ -30,6 +30,11 @@ google:
3030 auth_provider_x509_cert_url : ' https://www.googleapis.com/oauth2/v1/certs'
3131 client_x509_cert_url : " <%= ENV['GCS_CLIENT_CERT'] % >"
3232
33+ mirror :
34+ service : Mirror
35+ primary : <%= ENV['AS_MIRROR_PRIMARY'] %>
36+ mirrors : [ <%= ENV['AS_MIRROR_SECONDARY'] %> ]
37+
3338# Use rails credentials:edit to set the AWS secrets (as aws:access_key_id|secret_access_key)
3439# amazon:
3540# service: S3
@@ -44,8 +49,3 @@ google:
4449# storage_account_name: your_account_name
4550# storage_access_key: <%= Rails.application.credentials.dig(:azure_storage, :storage_access_key) %>
4651# container: your_container_name
47-
48- mirror :
49- service : Mirror
50- primary : <%= ENV['AS_MIRROR_PRIMARY'] %>
51- mirrors : [ <%= ENV['AS_MIRROR_SECONDARY'] %> ]
You can’t perform that action at this time.
0 commit comments