]> git.openstreetmap.org Git - rails.git/blobdiff - config/example.application.yml
Update CPK to 4.1.2 and drop monkey patch
[rails.git] / config / example.application.yml
index 3c5b3a3e9691f516ec527076673d88e26771be36..e102fc1a23af11dc664775709ef76aeb8cd09626 100644 (file)
@@ -1,4 +1,4 @@
-standard_settings: &standard_settings
+defaults: &defaults
   # The server URL
   server_url: "www.openstreetmap.org"
   # The generator
@@ -79,10 +79,10 @@ standard_settings: &standard_settings
   #piwik_signup_goal: 1
 
 development:
-  <<: *standard_settings
+  <<: *defaults
 
 production:
-  <<: *standard_settings
+  <<: *defaults
 
 test:
-  <<: *standard_settings
+  <<: *defaults