blob: c45d270baf368847f7c24b941761fefe0686103e [file] [log] [blame]
Ali Ghassemidf9e1fe2014-07-31 12:26:22 -07001var logLevels = require('veyron').logLevels;
2var veyronConfig = {
3 'logLevel': logLevels.INFO,
Alex Fandrianto9de4ebb2014-09-19 16:46:17 -07004 'wspr': 'http://localhost:8124',
Alex Fandriantof0791562014-11-17 13:58:56 -08005 // TODO(alexfandrianto): Set this back to true ASAP.
6 'authenticate': false
Ali Ghassemidf9e1fe2014-07-31 12:26:22 -07007};
8
Nicolas LaCassea2340962014-08-18 17:05:32 -07009module.exports = veyronConfig;