mirror of https://github.com/rails/rails
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:
commit
65768fd4a3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue