Skip to content

Commit

Permalink
Merge pull request #5624 from solidusio/backport/v3.4/pr-5623
Browse files Browse the repository at this point in the history
[v3.4] Dummy App generator: Use db var instead of ENV var
  • Loading branch information
spaghetticode authored Jan 24, 2024
2 parents 26fbd6c + 2e4884b commit 4e26f0c
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 4e26f0c

Please sign in to comment.