]> git.openstreetmap.org Git - rails.git/blobdiff - config/example.application.yml
Deselect note features when the popup is closed
[rails.git] / config / example.application.yml
index 69665ae953d36ce48362cd49f6f80c68bb7ea257..90e2cc74ed39494fb58fe960d74fddf73de6461a 100644 (file)
@@ -1,4 +1,4 @@
-standard_settings: &standard_settings
+defaults: &defaults
   # The server URL
   server_url: "www.openstreetmap.org"
   # The generator
@@ -78,12 +78,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