Skip to content

Commit

Permalink
mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
lvangool authored Nov 19, 2019
1 parent 1ec646a commit f51ee1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ production:
username: <%= ENV['MYSQL_USERNAME'] %>
password: <%= ENV['MYSQL_PASSWORD'] %>
database: <%= ENV['MYSQL_DATABASE'] %>
host: <%= ENV['MYSQL_ADDRESS'] %>
host: <%= ENV['MYSQL_ADDRESS'] || ENV['MYSQL_HOST'] %>

0 comments on commit f51ee1f

Please sign in to comment.