Skip to content

Commit

Permalink
Removes username and password for dev db (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
robacarp authored Jan 11, 2024
1 parent b9eb75b commit 5cdb319
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
default: &default
adapter: postgresql
encoding: unicode
user: postgres
host: localhost
password: mysecretpassword
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>

development:
Expand Down

0 comments on commit 5cdb319

Please sign in to comment.