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