This commit is contained in:
xxq250 2023-09-06 11:17:09 +08:00
parent 7844f65466
commit b7cea34760
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ default: &default
host: <%= ENV.fetch("MYSQL_HOST") { '127.0.0.1' } %>
username: <%= ENV.fetch("MYSQL_USER") { 'root' } %>
password: <%= ENV.fetch("MYSQL_PWD") { '123456' } %>
encoding: utf8
encoding: utf8mb4
development:
<<: *default