You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.4 KiB

module.exports = {
NODE_ENV: '"development"',
ENV_CONFIG: '"dev"',
// lyt
// BASE_API: '"http://192.168.1.200:7003"', //本地
// BASE_API: '"http://192.168.1.2:30050"', //k8s测-试
// BASE_API: '"http://yltsaas.ikbvip.com"', //ylt正式
// BASE_API: '"http://saas.ikbvip.com/saasapi"',
// BASE_NODE_MGR_API: '"http://localhost:7026"', //k8s测试
// BASE_NODE_MGR_API: '"http://192.168.1.2:30050"', //k8s测试
// BASE_NODE_MGR_API: '"http://yltsaas.ikbvip.com"', //ylt正式
// BASE_NODE_MGR_API: '"http://saas.ikbvip.com/saasapi"',
// BASE_API: '"http://i100c.3322.org:30050"', //ylt测试
// BASE_NODE_MGR_API: '"http://i100c.3322.org:30050"', //ylt测试
//原来
// BASE_API: '"http://saas.test-ylt.ikbvip.com/test"', //ylt测试
// BASE_NODE_MGR_API: '"http://saas.test-ylt.ikbvip.com/test"', //ylt测试
//本地
BASE_API: '"http://10.10.14.77:7003"',
BASE_NODE_MGR_API: '"http://10.10.14.77:7003"',
// rz
// BASE_API: '"http://192.168.1.200:7003"', //本地
// BASE_API: '"http://192.168.1.2:30115"', //k8s测-试
// BASE_API: '"http://saas.ikbvip.com/saasapi"',
// BASE_API: '"http://192.168.50.26:7011"',
// BASE_NODE_MGR_API: '"http://192.168.50.26:7011"', //k8s测试
// BASE_NODE_MGR_API: '"http://localhost:7026"', //k8s测试
// BASE_NODE_MGR_API: '"http://192.168.1.2:30115"', //k8s测试
// BASE_NODE_MGR_API: '"http://saas.ikbvip.com/saasapi"',
}