2014-02-20 03:53:49 +08:00
|
|
|
/*
|
2015-04-15 09:16:03 +08:00
|
|
|
* Cylon.js - Internal Configuration
|
2014-02-20 03:53:49 +08:00
|
|
|
* cylonjs.com
|
|
|
|
*
|
2015-01-08 04:58:50 +08:00
|
|
|
* Copyright (c) 2013-2015 The Hybrid Group
|
2014-02-20 03:53:49 +08:00
|
|
|
* Licensed under the Apache 2.0 license.
|
|
|
|
*/
|
|
|
|
|
2014-12-16 03:15:29 +08:00
|
|
|
"use strict";
|
2014-02-20 03:53:49 +08:00
|
|
|
|
2014-10-29 06:53:03 +08:00
|
|
|
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
|
2014-10-29 06:53:03 +08:00
|
|
|
};
|