]> git.openstreetmap.org Git - rails.git/blob - config/application.yml
adding changeset stuff for the data browser
[rails.git] / config / application.yml
1 standard_settings: &standard_settings
2   # The maximum area you're allowed to request, in square degrees
3   max_request_area: 0.25
4   # Number of GPS trace/trackpoints returned per-page
5   tracepoints_per_page: 5000
6   # Maximum number of nodes
7   max_number_of_nodes: 50000
8  
9 development:
10   <<: *standard_settings
11
12 production:
13   <<: *standard_settings
14
15 test:
16   <<: *standard_settings