Skip to content

Commit

Permalink
remove deprecated mysql option
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Jan 10, 2025
1 parent 888ea6d commit e9ccc2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ default: &default
encoding: utf8
adapter: <%= ENV["DB_ADAPTER"] || "mysql2" %>
url: <%= ENV["DATABASE_URL"] %>
reconnect: true
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
timeout: 10000
variables:
Expand Down

0 comments on commit e9ccc2e

Please sign in to comment.