summaryrefslogtreecommitdiff
path: root/config/storage.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/storage.yml')
-rw-r--r--config/storage.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/storage.yml b/config/storage.yml
index 077b15d..4df6bf7 100644
--- a/config/storage.yml
+++ b/config/storage.yml
@@ -1,7 +1,7 @@
local:
service: Disk
- #root: <%= Rails.root.join("storage") %>
+ root: ./storage
test:
service: Disk
- root: <%= Rails.root.join("tmp/storage") %> \ No newline at end of file
+ root: ./tmp/storage \ No newline at end of file