Skip to content

Commit 0b4c70a

Browse files
committedMay 2, 2020
CONNECTION POOL
1 parent 28d0a9f commit 0b4c70a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎nodejs-mysql/config.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* CONNECTION POOL
3+
*
4+
*/
15
var mysql = require('mysql');
26

37
config = {
@@ -10,5 +14,3 @@ config = {
1014
})
1115
};
1216
module.exports = config;
13-
14-

0 commit comments

Comments
 (0)
Please sign in to comment.