Node Express Config File json

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