module.exports = { NODE_ENV: '"production"', ENV_CONFIG: '"sit"', // BASE_API: '"http://i100c.3322.org:8322"', BASE_API: '"http://i100c.3322.org:7322"', //k8s测-试 // BASE_TEST_API: '"http://i100c.3322.org:8322"',//测试api // BASE_NODE_MGR_API: '"http://i100c.3322.org:8322"' BASE_NODE_MGR_API: '"http://i100c.3322.org:7322"', //k8s测-试 }