mirror of
https://github.com/sstent/node.git
synced 2026-01-26 23:22:28 +00:00
first post
This commit is contained in:
8
Nodejs-Socketio-Mysql-Demo/node_modules/mysql/test/config.template.js
generated
vendored
Normal file
8
Nodejs-Socketio-Mysql-Demo/node_modules/mysql/test/config.template.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// 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'
|
||||
};
|
||||
Reference in New Issue
Block a user