Files
node/Nodejs-Socketio-Mysql-Demo/node_modules/mysql/test/config.template.js
2012-05-25 09:03:56 -04:00

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'
};