Skip to content

Commit

Permalink
Add a missing YAML reference to the default database config
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Dec 15, 2023
1 parent 6820333 commit 55a9836
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
db_username = ENV['DB_USERNAME']
db_password = ENV['DB_PASSWORD'] %>

default:
default: &default
adapter: <%= adapter %>
<% unless db_username.blank? %>username: <%= db_username %><% end %>
<% unless db_password.blank? %>password: <%= db_password %><% end %>
Expand Down

0 comments on commit 55a9836

Please sign in to comment.