@joergmittaglawo/dmvconfig
Version:
DMV Configuration scripts for Lawo V__matrix Distributed Multiviewers.
15 lines • 409 B
TypeScript
/**
* Finds and loads the Cluster Configuration
* @packageDocumentation
*
* @version 0.0.0-alpha.0
* @date 2020-04-15
* @author Mittag, Jörg (Lawo) <joerg.mittag@lawo.com>
* @license SPDX-License-Identifier: MIT
*/
/**
* The Cluster configuration
*/
export declare const CLUSTER_CONF: import('../../config/config/cluster').default;
export default CLUSTER_CONF;
//# sourceMappingURL=cluster.d.ts.map