We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e449c43 commit 3dfbb77Copy full SHA for 3dfbb77
1 file changed
config/storage.yml
@@ -0,0 +1,7 @@
1
+test:
2
+ service: Disk
3
+ root: <%= Rails.root.join("tmp/storage") %>
4
+
5
+local:
6
7
+ root: <%= Rails.root.join("storage") %>
0 commit comments