mirror of
https://github.com/sstent/node.git
synced 2026-01-26 15:12:37 +00:00
9 lines
203 B
JavaScript
9 lines
203 B
JavaScript
// Copy this file to test/config.js and fill in your own credentials in order
|
|
// to run the system test suite.
|
|
module.exports = {
|
|
host: 'localhost',
|
|
port: 3306,
|
|
user: 'root',
|
|
password: 'root'
|
|
};
|