Merge pull request #42359 from andynguyenshopify/doc-changes-bin-rails

Change puma.rb.ttand storage.yml.tt docs to use binstubs
This commit is contained in:
Gannon McGibbon 2021-06-02 12:20:58 -04:00 committed by GitHub
commit 65768fd4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -39,5 +39,5 @@ pidfile ENV.fetch("PIDFILE") { "tmp/pids/server.pid" }
#
# preload_app!
# Allow puma to be restarted by `rails restart` command.
# Allow puma to be restarted by `bin/rails restart` command.
plugin :tmp_restart

View File

@ -6,7 +6,7 @@ local:
service: Disk
root: <%%= Rails.root.join("storage") %>
# Use rails credentials:edit to set the AWS secrets (as aws:access_key_id|secret_access_key)
# Use bin/rails credentials:edit to set the AWS secrets (as aws:access_key_id|secret_access_key)
# amazon:
# service: S3
# access_key_id: <%%= Rails.application.credentials.dig(:aws, :access_key_id) %>
@ -21,7 +21,7 @@ local:
# credentials: <%%= Rails.root.join("path/to/gcs.keyfile") %>
# bucket: your_own_bucket-<%%= Rails.env %>
# Use rails credentials:edit to set the Azure Storage secret (as azure_storage:storage_access_key)
# Use bin/rails credentials:edit to set the Azure Storage secret (as azure_storage:storage_access_key)
# microsoft:
# service: AzureStorage
# storage_account_name: your_account_name