Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-deploy-utils
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qa-deploy-utils
Commits
c5c5b127
Commit
c5c5b127
authored
Aug 09, 2018
by
qa_quantgroup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
parent
c889f51b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
get_project_config_server.js
qa_shell_script/config_server/get_project_config_server.js
+1
-1
make_frp_ini_V2.sh
qa_shell_script/ngrok/make_frp_ini_V2.sh
+2
-2
No files found.
qa_shell_script/config_server/get_project_config_server.js
View file @
c5c5b127
...
...
@@ -325,7 +325,7 @@ admin.get('/get_systems_by_type', async function (req, res) {
let
pros
=
configs
.
projects
;
let
fb
=
getfrontendbackend
(
pros
);
res
.
send
({
common
:
"
db,redis,rabbitmq,zookeeper,kong,postgres
"
,
common
:
"
db,redis,rabbitmq,zookeeper,kong,postgres
,mongodb
"
,
frontend
:
fb
.
frontend
.
join
(
"
,
"
),
backend
:
fb
.
backend
.
join
(
"
,
"
)
});
...
...
qa_shell_script/ngrok/make_frp_ini_V2.sh
View file @
c5c5b127
...
...
@@ -178,8 +178,8 @@ createNginxHttpAndSSLConf h5sp h5sp-25 192.168.4.25 7057 7057 $nginxname/base.co
# 业务要求
createNginxHttpAndSSLConf jfk jfk 172.30.220.7 9018 9018
$nginxname
/base.conf
createNginxHttpAndSSLConf h5 h5 192.168.6.19 61672 61672
$nginxname
/base.conf
createNginxHttpAndSSLConf passportapi passportapi 192.168.6.10 11822 11822
$nginxname
/base.conf
#createNginxHttpAndSSLConf h5 h5 192.168.6.33 33068 33068
$nginxname/base.conf
#
createNginxHttpAndSSLConf passportapi passportapi 192.168.6.10 11822 11822 $nginxname/base.conf
createNginxHttpAndSSLConf tyw tyw 192.168.28.170 8081 8081
$nginxname
/base.conf
createNginxHttpAndSSLConf qg1 qg1-21 172.30.220.20 8018 8018
$nginxname
/base.conf
createNginxHttpAndSSLConf qg1 qg1-21-server 172.30.220.20 9019 9019
$nginxname
/base.conf
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment