]> git.openstreetmap.org Git - rails.git/commitdiff
Make Potlatch 2 the default editor in the example configuration
authorTom Hughes <tom@compton.nu>
Sun, 3 Apr 2011 13:40:51 +0000 (14:40 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 3 Apr 2011 13:40:51 +0000 (14:40 +0100)
config/example.application.yml

index 01a21ec77949c6a7e3c119a486159080c405a4e6..13936cfa5dfaf240a39cd50aa105e507a89ba3c2 100644 (file)
@@ -62,7 +62,7 @@ standard_settings: &standard_settings
   # URL of Nominatim instance to use for geocoding
   nominatim_url: "http://nominatim.openstreetmap.org/"
   # Default editor
-  default_editor: "potlatch"
+  default_editor: "potlatch2"
   # OAuth consumer key for Potlatch 2
   #potlatch2_key: ""
   # Whether to require users to view the CTs before continuing to edit...