Sign in
vanadium
/
release.projects.browser
/
4e6f9210bfde39b8fa318a4d0c573acb295b6f3b
/
.
/
src
/
veyron-config.js
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
;