blob: 0240c14eca54758968153d37c27cc2f07b9b6c17 [file] [log] [blame]
/*
* App configuration
* @fileoverview
*/
var veyronLogLevels = Veyron.logLevels;
export var config = {
veyron: {
identityServer: 'http://localhost:5163/random/',
proxy: 'http://localhost:5165',
logLevel: veyronLogLevels.INFO
},
publishNamePrefix: 'google/p2b'
}