diff options
author | Yuji Yaginuma <yuuji.yaginuma@gmail.com> | 2018-03-13 08:20:28 +0900 |
---|---|---|
committer | Yuji Yaginuma <yuuji.yaginuma@gmail.com> | 2018-03-13 08:20:28 +0900 |
commit | 4483c926fce008c47179fda1b380d61f359c811f (patch) | |
tree | 6c5f5dbf8911dc60547e7107d7d4d1a18b5c8875 | |
parent | 0443cb130c13d94514e813a16819d045f8a14092 (diff) | |
download | rails-4483c926fce008c47179fda1b380d61f359c811f.tar.gz rails-4483c926fce008c47179fda1b380d61f359c811f.tar.bz2 rails-4483c926fce008c47179fda1b380d61f359c811f.zip |
Remove path option from AzureStorage config
Follow up of 309bb6c4d068b0d480681cf4ef1b90158527dfe5
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/storage.yml.tt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/storage.yml.tt b/railties/lib/rails/generators/rails/app/templates/config/storage.yml.tt index 1c0cde0b09..7207c75086 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/storage.yml.tt +++ b/railties/lib/rails/generators/rails/app/templates/config/storage.yml.tt @@ -24,7 +24,6 @@ local: # Use rails credentials:edit to set the Azure Storage secret (as azure_storage:storage_access_key) # microsoft: # service: AzureStorage -# path: your_azure_storage_path # storage_account_name: your_account_name # storage_access_key: <%%= Rails.application.credentials.dig(:azure_storage, :storage_access_key) %> # container: your_container_name |