Allow custom path for ActiveStorage local/disk backend
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local:
|
||||
service: Disk
|
||||
root: <%= Rails.root.join("storage") %>
|
||||
root: <%= ENV["ACTIVE_STORAGE_PATH"] || Rails.root.join("storage") %>
|
||||
|
||||
test:
|
||||
service: Disk
|
||||
|
||||
Reference in New Issue
Block a user