forked from Gitlink/forgeplus
utf8mb4
This commit is contained in:
parent
7844f65466
commit
b7cea34760
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue