]> git.openstreetmap.org Git - rails.git/blobdiff - config/example.application.yml
Tidy up the stylesheets
[rails.git] / config / example.application.yml
index abcd1ce41d8b8757f68f4813ac2d53885b967e53..e102fc1a23af11dc664775709ef76aeb8cd09626 100644 (file)
@@ -1,4 +1,4 @@
-standard_settings: &standard_settings
+defaults: &defaults
   # The server URL
   server_url: "www.openstreetmap.org"
   # The generator
@@ -73,12 +73,16 @@ standard_settings: &standard_settings
   require_terms_seen: false
   # Whether to require users to agree to the CTs before editing
   require_terms_agreed: false
+  # 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