config.js 223 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 var mysql = require('mysql'); connection = mysql.createConnection({ host: '1.201.142.243', user: 'khuloud', port: 3306, password: 'password1234', database: 'khuloud', connectionLimit: 30 });