Files
wlan-cloud-ui/app/constants/app.js
Sean Macfarlane 63b392d73d redux setup
2020-03-11 11:28:29 -04:00

18 lines
607 B
JavaScript

module.exports.MSP_PORTAL_TYPE = 'msp';
module.exports.TS_PORTAL_TYPE = 'ts';
module.exports.ENOC_PORTAL_TYPE = 'enoc';
module.exports.NAAS_PORTAL_TYPE = 'naas';
module.exports.TS_ENOC_PORTAL_TYPE = 'ts-enoc';
module.exports.MSP_ENOC_PORTAL_TYPE = 'msp-enoc';
module.exports.TS_NAAS_PORTAL_TYPE = 'ts-naas';
module.exports.MSP_NAAS_PORTAL_TYPE = 'msp-naas';
module.exports.TS_ENOC_BUILD_OUTPUT_PATH = 'ts-enoc-build';
module.exports.MSP_ENOC_BUILD_OUTPUT_PATH = 'msp-enoc-build';
module.exports.TS_NAAS_BUILD_OUTPUT_PATH = 'ts-naas-build';
module.exports.MSP_NAAS_BUILD_OUTPUT_PATH = 'msp-naas-build';