mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-10-29 18:02:36 +00:00
18 lines
607 B
JavaScript
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';
|