Skip to content

Commit

Permalink
Merge pull request #5626 from solidusio/backport/v4.1/pr-5623
Browse files Browse the repository at this point in the history
[v4.1] Dummy App generator: Use db var instead of ENV var
  • Loading branch information
spaghetticode authored Jan 24, 2024
2 parents 19d4b07 + 27f3043 commit 56fd0e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<% db_username = ENV['DB_USERNAME'] %>
<% db_password = ENV['DB_PASSWORD'] %>

<% case ENV['DB']
<% case db
when 'mysql' %>
development:
adapter: mysql2
Expand Down

0 comments on commit 56fd0e9

Please sign in to comment.