diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2017-08-08 18:43:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-08 18:43:24 -0400 |
commit | 9d3e98d83944e5b97716f66953920ebfc23e761d (patch) | |
tree | f46ee1aafae21d45ed3945b8cd6455e412ac6c38 | |
parent | b6a533098079d368435de14052da1e2ba54d3f4c (diff) | |
parent | cb464b005dd7c982f5156a9f170c04d2a0719a4d (diff) | |
download | rails-9d3e98d83944e5b97716f66953920ebfc23e761d.tar.gz rails-9d3e98d83944e5b97716f66953920ebfc23e761d.tar.bz2 rails-9d3e98d83944e5b97716f66953920ebfc23e761d.zip |
Merge pull request #30088 from y-yagi/use_the_same_key_as_presented_in_doc
Use the same key as presented in doc
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/storage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/storage.yml b/railties/lib/rails/generators/rails/app/templates/config/storage.yml index 1afe3eb4b3..089ed4567a 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/storage.yml +++ b/railties/lib/rails/generators/rails/app/templates/config/storage.yml @@ -26,7 +26,7 @@ local: # service: AzureStorage # path: your_azure_storage_path # storage_account_name: your_account_name -# storage_access_key: <%%= Rails.application.secrets.dig(:azure_storage, :secret_access_key) %> +# storage_access_key: <%%= Rails.application.secrets.dig(:azure_storage, :storage_access_key) %> # container: your_container_name # mirror: |