提交 55e61045 编写于 作者: M Mike Gunderloy 提交者: GitHub

Add Azure configuration to Active Storage template

With Active Storage supporting Azure, we should show people how to set it up.

Incorporates the minor changes originally in https://github.com/rails/activestorage/pull/88 as well
上级 d66fadeb
......@@ -21,6 +21,14 @@ local:
# keyfile: <%= Rails.root.join("path/to/gcs.keyfile") %>
# bucket: your_own_bucket
# Use rails secrets:edit to set the Azure secret (as shared:azure:storage_access_key)
# microsoft:
# service: Azure
# path: your_azure_storage_path
# storage_account_name: your_account_name
# storage_access_key: <%= Rails.application.secrets.dig(:azure, :storage_access_key) %>
# container: your_container_name
# mirror:
# service: Mirror
# primary: local
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册