cylon/lib/config.js

17 lines
284 B
JavaScript

/*
* Cylon.js - Internal Configuration
* cylonjs.com
*
* Copyright (c) 2013-2015 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
};