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
362 B
12 lines
362 B
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测-试
|
|
}
|