Commit c2327b55 authored by 智勇's avatar 智勇

https

parent bfc67577
module.exports = {
NODE_ENV: '"production"',
ENV_CONFIG: '"prod"',
QA_API: '"http://qaapi.liangkebang.com"',
QA_API: '"//qaapi.liangkebang.com"',
// QA_API: '"http://172.30.220.22:3003"',
TESTDATA_API: '"http://172.30.220.22:3333"',
PIPELINE_API: '"http://pipes.liangkebang.com"',
PIPELINE_API_JAVA:'"http://pipes.liangkebang.com"',
TESTDATA_API: '"//172.30.220.22:3333"',
PIPELINE_API: '"//pipes.liangkebang.com"',
PIPELINE_API_JAVA:'"//pipes.liangkebang.com"',
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment