Skip to content

Commit bdac85e

Browse files
authored
fix yaml formatting in storage.yml (#435)
1 parent 4e619c3 commit bdac85e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/storage.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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'] %> ]

0 commit comments

Comments
 (0)