From 3bcfa614afa2f03bd5f1d42613aa7c410a4ca0bb Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Wed, 11 Apr 2012 22:43:50 +0530 Subject: copy editing [ci skip] --- .../generators/rails/app/templates/config/databases/postgresql.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'railties') diff --git a/railties/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml b/railties/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml index ea75c9c303..467a4e725f 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml +++ b/railties/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml @@ -25,9 +25,8 @@ development: # domain sockets, so uncomment these lines. #host: localhost - # The TCP port the server listens on; 5432 by default. - # Depending upon your configration, port number might be different. - # See your postgresql.conf file & set accordingly + # The TCP port the server listens on. Defaults to 5432. + # If your server runs on a different port number, change accordingly. #port: 5432 # Schema search path. The server defaults to $user,public -- cgit v1.2.3