Skip to content

Commit

Permalink
update mysql config
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Jan 17, 2024
1 parent b8cdab4 commit 559cf41
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/dummy/config/database.trilogy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
default: &default
adapter: trilogy
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
timeout: 5000
encoding: utf8mb4
pool: <%%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
username: root
password:
host: localhost

development:
<<: *default
Expand Down

0 comments on commit 559cf41

Please sign in to comment.