Skip to content

Commit

Permalink
Fix missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Feb 13, 2025
1 parent 04b8329 commit 37259d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ test:
# If DATABASE_URL is provided, that will also work

production:
adapter: mysql2
database: <%= ENV['RDS_DB_NAME'] %>
username: <%= ENV['RDS_USERNAME'] %>
password: <%= ENV['RDS_PASSWORD'] %>
Expand Down

0 comments on commit 37259d5

Please sign in to comment.