cylon/lib/config.js

17 lines
284 B
JavaScript
Raw Normal View History

/*
2015-04-15 09:16:03 +08:00
* Cylon.js - Internal Configuration
* cylonjs.com
*
2015-01-08 04:58:50 +08:00
* Copyright (c) 2013-2015 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
};