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

11 lines
183 B
JSON

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