2014-02-20 03:53:49 +08:00
|
|
|
/*
|
2014-09-04 06:04:36 +08:00
|
|
|
* Cylon - Internal Configuration
|
2014-02-20 03:53:49 +08:00
|
|
|
* cylonjs.com
|
|
|
|
*
|
2014-02-28 02:58:50 +08:00
|
|
|
* Copyright (c) 2013-2014 The Hybrid Group
|
2014-02-20 03:53:49 +08:00
|
|
|
* Licensed under the Apache 2.0 license.
|
|
|
|
*/
|
|
|
|
|
2014-02-28 02:58:50 +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
|
|
|
};
|