6 lines
237 B
JavaScript
6 lines
237 B
JavaScript
var config = {
|
|
loggerLevel: 'debug', //change it to 'debug' for all logs, 'info' or more to reduce the log output in the production
|
|
defaultCaptureInterval: 100, //change it to 1000 for 1 second interval
|
|
};
|
|
export default config;
|