mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 10:21:36 +03:00
32a5982430
closes #5519, closes #6197 - default encoding is utf8mb4 instead of utf8 - support emojis - read here why: http://dev.mysql.com/doc/refman/5.7/en/innodb-restrictions.html - read here why: https://dev.mysql.com/doc/refman/5.5/en/charset-unicode-conversion.html
17 lines
332 B
JSON
17 lines
332 B
JSON
{
|
|
"url": "http://127.0.0.1:2369",
|
|
"server": {
|
|
"port": 2369
|
|
},
|
|
"database": {
|
|
"client": "mysql",
|
|
"connection": {
|
|
"host" : "127.0.0.1",
|
|
"user" : "root",
|
|
"password" : "",
|
|
"database" : "ghost_testing"
|
|
}
|
|
},
|
|
"logging": false
|
|
}
|