blob: c45d270baf368847f7c24b941761fefe0686103e [file] [log] [blame]
var logLevels = require('veyron').logLevels;
var veyronConfig = {
'logLevel': logLevels.INFO,
'wspr': 'http://localhost:8124',
// TODO(alexfandrianto): Set this back to true ASAP.
'authenticate': false
};
module.exports = veyronConfig;