mirror of https://github.com/rails/rails
Correct comment in databases/postgresql.yml
This commit is contained in:
parent
17922930c3
commit
8ffe2f0d77
|
@ -17,7 +17,7 @@
|
|||
default: &default
|
||||
adapter: postgresql
|
||||
encoding: unicode
|
||||
# For details on connection pooling, see rails configration guide
|
||||
# For details on connection pooling, see rails configuration guide
|
||||
# http://guides.rubyonrails.org/configuring.html#database-pooling
|
||||
pool: 5
|
||||
username: <%= app_name %>
|
||||
|
|
Loading…
Reference in New Issue