Ali Ghassemi | df9e1fe | 2014-07-31 12:26:22 -0700 | [diff] [blame] | 1 | var logLevels = require('veyron').logLevels; |
| 2 | var veyronConfig = { |
| 3 | 'logLevel': logLevels.INFO, |
Alex Fandrianto | 9de4ebb | 2014-09-19 16:46:17 -0700 | [diff] [blame] | 4 | 'wspr': 'http://localhost:8124', |
Alex Fandrianto | f079156 | 2014-11-17 13:58:56 -0800 | [diff] [blame] | 5 | // TODO(alexfandrianto): Set this back to true ASAP. |
| 6 | 'authenticate': false |
Ali Ghassemi | df9e1fe | 2014-07-31 12:26:22 -0700 | [diff] [blame] | 7 | }; |
| 8 | |
Nicolas LaCasse | a234096 | 2014-08-18 17:05:32 -0700 | [diff] [blame] | 9 | module.exports = veyronConfig; |