Make paths written to at runtime and secrets configurable via ENV variables
This commit is contained in:
parent
6ccd23c06a
commit
cbaed036da
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ test:
|
|||
|
||||
local:
|
||||
service: Disk
|
||||
root: <%= Rails.root.join("storage") %>
|
||||
root: <%= ENV.fetch("RAILS_STORAGE_PATH", Rails.root.join("storage")) %>
|
||||
|
||||
# Use bin/rails credentials:edit to set the AWS secrets (as aws:access_key_id|secret_access_key)
|
||||
# amazon:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue