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.
12 lines
448 B
12 lines
448 B
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
ENV_CONFIG: '"prod"',
|
|
// BASE_API: '"http://116.62.182.214:8321"',
|
|
// BASE_API: '"https://saas.i100c.com:8322"',//正式swarm
|
|
BASE_API: '"http://yltsaas.ikbvip.com"', //正式kubernetes
|
|
// BASE_TEST_API: '"https://saas.i100c.com:8322"',//测试api
|
|
|
|
// BASE_NODE_MGR_API: '"https://saas.i100c.com:8322"'//正式swarm
|
|
BASE_NODE_MGR_API: '"http://yltsaas.ikbvip.com"', //正式kubernetes
|
|
}
|