Skip to content

Commit 3dfbb77

Browse files
committed
fix: optimize puma configs (take 2)
1 parent e449c43 commit 3dfbb77

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/storage.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
test:
2+
service: Disk
3+
root: <%= Rails.root.join("tmp/storage") %>
4+
5+
local:
6+
service: Disk
7+
root: <%= Rails.root.join("storage") %>

0 commit comments

Comments
 (0)