dcp-client
Version:
Core libraries for accessing DCP network
18 lines (17 loc) • 525 B
JavaScript
/**
* @file test-etc/override/dcp-config.js
* a file for the tests to use in place of /etc/override/dcp-config.js
* @author KC Erb
* @date Jul 2020
*/
// Note: we are also using these test configs to test accepted forms
// this form simply contains an object
{
"etcOverriden": "in-override",
"etcProgramNameOverridden": "in-override",
"homeDirOverridden": "in-override",
"homeDirProgramNameOverriden": "in-override",
stack: {
'/etc/dcp/override-dcp-config.js': 'yes',
}
}