diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-04-11 22:43:50 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-04-11 22:43:50 +0530 |
commit | 3bcfa614afa2f03bd5f1d42613aa7c410a4ca0bb (patch) | |
tree | e34e480c80db0fc4f567730f22d68ed94d0b9e70 /railties | |
parent | 4fb6527e2c8d0c5dd670cc3d9a6184efc8055938 (diff) | |
download | rails-3bcfa614afa2f03bd5f1d42613aa7c410a4ca0bb.tar.gz rails-3bcfa614afa2f03bd5f1d42613aa7c410a4ca0bb.tar.bz2 rails-3bcfa614afa2f03bd5f1d42613aa7c410a4ca0bb.zip |
copy editing [ci skip]
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml | 5 |
1 files changed, 2 insertions, 3 deletions
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 |