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

fix: 修改端口

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