UNPKG

qcobjects-docs

Version:

The official app and website for documentation of QCObjects

10 lines (8 loc) 332 B
### ConfigService Is a built-in Class definition to load the CONFIG settings from a config.json file #### Example: ```javascript // To set the config.json file relative url ConfigService.configFileName='config.json'; // it is done by default CONFIG.set('useConfigService',true); // using config.json for custom settings config ```