]> git.openstreetmap.org Git - rails.git/blobdiff - config/example.application.yml
Add support for viewing a list of your friends' changesets
[rails.git] / config / example.application.yml
index f4a369487441054529f6f6a03924b87bc14f5974..e102fc1a23af11dc664775709ef76aeb8cd09626 100644 (file)
@@ -1,4 +1,4 @@
-standard_settings: &standard_settings
+defaults: &defaults
   # The server URL
   server_url: "www.openstreetmap.org"
   # The generator
@@ -76,12 +76,13 @@ standard_settings: &standard_settings
   # Piwik details
   #piwik_location: "piwik.openstreetmap.org"
   #piwik_site: 1
+  #piwik_signup_goal: 1
 
 development:
-  <<: *standard_settings
+  <<: *defaults
 
 production:
-  <<: *standard_settings
+  <<: *defaults
 
 test:
-  <<: *standard_settings
+  <<: *defaults