Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
rromanchuk committed Dec 31, 2023
1 parent 7552015 commit 968ed22
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions personal/config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ production:
primary:
<<: *default
database: personal_production
username: personal
#password: <%= ENV["PERSONAL_DATABASE_PASSWORD"] %>
username: <%= ENV["DATABASE_USERNAME"] %>
password: <%= ENV["DATABASE_PASSWORD"] %>
host: <%= ENV['DATABASE_HOST'] %>
ryan_romanchuk:
<<: *default
database: ryan_romanchuk_production
Expand Down

0 comments on commit 968ed22

Please sign in to comment.