blob: ed89faa68224120c3203bf65d2ed09886df021dc [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' //TODO(aghassemi) publish-issue
}