Commit 7e840362 authored by 郭志伟's avatar 郭志伟

fix: 修改端口

parent 28d5228e
{
"api": {
"apiHost": "https://quantum-blocks-undefined.liangkebang.net/",
"h5Host": "https://quantum-h5-undefined.liangkebang.net/",
"opapiHost": "https://opapi-undefined.liangkebang.net/",
"passportHost": "https://passportapi-undefined.liangkebang.net",
"kdspHost": "https://talos-undefined.liangkebang.net"
"apiHost": "https://quantum-blocks-vcc2.liangkebang.net/",
"h5Host": "https://quantum-h5-vcc2.liangkebang.net/",
"opapiHost": "https://opapi-vcc2.liangkebang.net/",
"passportHost": "https://passportapi-vcc2.liangkebang.net",
"kdspHost": "https://talos-vcc2.liangkebang.net"
},
"mysql": {
"low_code": {
"host": "undefined",
"port": "undefined",
"host": "172.17.5.9",
"port": 31024,
"username": "qa",
"password": "qatest",
"database": "low_code"
}
},
"redis": {
"port": "undefined",
"host": "undefined",
"port": 31565,
"host": "172.17.5.13",
"password": "",
"db": 0
},
......
......@@ -4,7 +4,7 @@
"description": "低代码平台",
"scripts": {
"start": "cross-env NODE_ENV=production APOLLO_CLUSTER=3C egg-scripts start --port 9050 --workers 1",
"test": "cross-env NODE_ENV=production EGG_SERVER_ENV=sit DEBUG=apollo APOLLO_CLUSTER=k8s NAMESPACE=qa2 egg-scripts start --port 9050 --workers 1",
"test": "cross-env NODE_ENV=production EGG_SERVER_ENV=sit DEBUG=apollo APOLLO_CLUSTER=k8s NAMESPACE=qa2 egg-scripts start --port 80 --workers 1",
"stop": "egg-scripts stop",
"backend": "nohup egg-scripts start --port 7001 --workers 4",
"dev": "egg-bin dev -r egg-ts-helper/register",
......
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