cylon/lib/config.js

17 lines
281 B
JavaScript
Raw Normal View History

/*
* Cylon - Internal Configuration
* cylonjs.com
*
* Copyright (c) 2013-2014 The Hybrid Group
* Licensed under the Apache 2.0 license.
*/
2014-12-16 03:15:29 +08:00
"use strict";
module.exports = {
2014-11-07 01:48:21 +08:00
logging: {},
// are we in TDR test mode? Used to stub out adaptors/drivers.
testMode: false
};