]> git.openstreetmap.org Git - rails.git/commitdiff
Fixing typo and outdated information
authorEric Theise <erictheise@gmail.com>
Sun, 11 Nov 2012 04:59:12 +0000 (21:59 -0700)
committerTom Hughes <tom@compton.nu>
Mon, 12 Nov 2012 09:47:17 +0000 (09:47 +0000)
config/example.application.yml
config/example.database.yml

index d3af9705d461b34ae540cc6d69a77735d2457c71..249e447735ac11f10ccb23fc233c77d8a7ca6459 100644 (file)
@@ -11,7 +11,7 @@ defaults: &defaults
   email_return_path: "bounces@openstreetmap.org"
   # API version
   api_version: "0.6"
-  # Application status - posstible values are:
+  # Application status - possible values are:
   #   :online - online and operating normally
   #   :api_readonly - site online but API in read-only mode
   #   :api_offline - site online but API offline
index 3908e51e53785b82fe367f6841c3e7134c0f3ea7..e075d7f8df7b695cbc53940940e744c5adcf48b2 100644 (file)
@@ -1,5 +1,5 @@
-# Postgresql version 8.3 recommended.
-# See http://wiki.openstreetmap.org/wiki/OSM_Protocol_Version_0.6/postgres for detailed setup instructions.
+# Using a recent release (8.3 or higher) of PostgreSQL (http://postgresql.org/) is recommended.
+# See http://wiki.openstreetmap.org/wiki/The_Rails_Port#PostgreSQL_setup for detailed setup instructions.
 #
 development:
   adapter: postgresql