1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #35142 from peterb/master

Update instructions in generated Postgresql database.yml.
This commit is contained in:
Rafael França 2019-12-17 22:00:44 -03:00 committed by GitHub
commit ed5e964344
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ development:
# The specified database role being used to connect to postgres.
# To create additional roles in postgres see `$ createuser --help`.
# When left blank, postgres will use the default role. This is
# the same name as the operating system user that initialized the database.
# the same name as the operating system user running Rails.
#username: <%= app_name %>
# The password associated with the postgres role (username).

View file

@ -28,7 +28,7 @@ development:
# The specified database role being used to connect to postgres.
# To create additional roles in postgres see `$ createuser --help`.
# When left blank, postgres will use the default role. This is
# the same name as the operating system user that initialized the database.
# the same name as the operating system user running Rails.
#username: <%= app_name %>
# The password associated with the postgres role (username).