Node Express Config Fichier JSON

var config = require('./config.json');
log_in(config.username, config.password);
Better Bug