Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafazg committed Oct 28, 2024
2 parents 1f9de13 + 229dc92 commit 5ffc476
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/database.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
default: &default
adapter: postgresql
encoding: unicode
username: rafaelzg
password: 94037725
username: postgres
password: Jam10Bi@
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>

development:
Expand All @@ -17,4 +17,4 @@ production:
<<: *default
database: rookie_coder_network_production
username: rookie_coder_network
password: <%= ENV["ROOKIE_CODER_NETWORK_DATABASE_PASSWORD"] %>
password: <%= ENV["ROOKIE_CODER_NETWORK_DATABASE_PASSWORD"] %>

0 comments on commit 5ffc476

Please sign in to comment.