mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-10 14:59:51 +08:00
utf8mb4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user