Skip to content

Commit

Permalink
change db pass
Browse files Browse the repository at this point in the history
  • Loading branch information
cherelemma committed Jul 15, 2023
1 parent 4ed0640 commit 327e4e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ development:
username: postgres

# The password associated with the postgres role (username).
password: 243243
password: postgres#13579

# Connect on a TCP socket. Omitted by default since the client uses a
# domain socket that doesn't need configuration. Windows does not have
Expand All @@ -59,7 +59,7 @@ test:
<<: *default
database: rails_blog_app
username: postgres
password: 243243
password: postgres#13579

# As with config/credentials.yml, you never want to store sensitive information,
# like your database password, in your source code. If your source code is
Expand All @@ -85,4 +85,5 @@ production:
<<: *default
database: rails_blog_app
username: postgres
password: 243243
password: postgres#13579

0 comments on commit 327e4e7

Please sign in to comment.