Ghost/core/server/config/env/config.testing-mysql.json

18 lines
365 B
JSON
Raw Normal View History

{
"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",
"charset" : "utf8"
}
},
"logging": false
}