cylon/lib/config.js

17 lines
281 B
JavaScript

/*
* Cylon - Internal Configuration
* cylonjs.com
*
* Copyright (c) 2013-2014 The Hybrid Group
* Licensed under the Apache 2.0 license.
*/
"use strict";
module.exports = {
logging: {},
// are we in TDR test mode? Used to stub out adaptors/drivers.
testMode: false
};