]> git.openstreetmap.org Git - rails.git/blob - config/example.storage.yml
get_text("reversegeocode/result") returns an XML node. We want to get the text value...
[rails.git] / config / example.storage.yml
1 test:
2   service: Disk
3   root: <%= Rails.root.join("tmp/storage") %>
4
5 local:
6   service: Disk
7   root: <%= Rails.root.join("storage") %>