db_option 115 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 module.exports = { host: 'localhost', user: 'root', password: 'rkdud0520', port: 3306, database: 'weather' };