From 789e0dffd0fd473a1cd14d8160014478291e4865 Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Sat, 10 Nov 2012 21:59:12 -0700 Subject: [PATCH] Fixing typo and outdated information --- config/example.application.yml | 2 +- config/example.database.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/example.application.yml b/config/example.application.yml index d3af9705d..249e44773 100644 --- a/config/example.application.yml +++ b/config/example.application.yml @@ -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 diff --git a/config/example.database.yml b/config/example.database.yml index 3908e51e5..e075d7f8d 100644 --- a/config/example.database.yml +++ b/config/example.database.yml @@ -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 -- 2.43.2