Skip to content

Commit

Permalink
fix: optimize puma configs (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Apr 18, 2024
1 parent e449c43 commit 3dfbb77
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/storage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
test:
service: Disk
root: <%= Rails.root.join("tmp/storage") %>

local:
service: Disk
root: <%= Rails.root.join("storage") %>

0 comments on commit 3dfbb77

Please sign in to comment.