提交 96fe5635 编写于 作者: Y yuuji.yaginuma

Use credentials in `storage.yml` template

Follow up of #30650
上级 2f8ecdb2
......@@ -10,7 +10,7 @@ local:
# amazon:
# service: S3
# access_key_id: <%%= Rails.application.credentials.dig(:aws, :access_key_id) %>
# secret_access_key: <%%= Rails.application.secrets.dig(:aws, :secret_access_key) %>
# secret_access_key: <%%= Rails.application.credentials.dig(:aws, :secret_access_key) %>
# region: us-east-1
# bucket: your_own_bucket
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册