bifocal/node_modules/@tryghost/mongo-knex/test/config/env/config.testing-mysql.json

11 lines
182 B
JSON

{
"database": {
"client": "mysql",
"connection": {
"user": "root",
"password": "",
"database": "mk_testing"
}
}
}