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

11 lines
183 B
JSON
Raw Normal View History

2024-06-19 09:56:58 -04:00
{
"database": {
"client": "mysql",
"connection": {
"user": "root",
"password": "",
"database": "nql_testing"
}
}
}