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
e377a626
Commit
e377a626
authored
Oct 16, 2018
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
36e657d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
get_project_config_server.js
qa_shell_script/config_server/get_project_config_server.js
+3
-2
landing_url.sh
qa_shell_script/script_by_Contorller/landing_url.sh
+2
-2
No files found.
qa_shell_script/config_server/get_project_config_server.js
View file @
e377a626
...
@@ -483,5 +483,6 @@ admin.get('/get_proxy', function (req, res) {
...
@@ -483,5 +483,6 @@ admin.get('/get_proxy', function (req, res) {
});
});
app
.
use
(
'
/config_server
'
,
admin
)
app
.
use
(
'
/config_server
'
,
admin
)
console
.
log
(
"
http://192.168.4.3:10088/config_server/get_node_command
"
)
app
.
listen
(
10086
,
function
()
{
app
.
listen
(
10088
)
console
.
log
(
"
http://192.168.4.3:10088/config_server/get_node_command
"
)
})
qa_shell_script/script_by_Contorller/landing_url.sh
View file @
e377a626
...
@@ -16,8 +16,8 @@ if [ -z "$registerFrom" ];then
...
@@ -16,8 +16,8 @@ if [ -z "$registerFrom" ];then
registerFrom
=
214
registerFrom
=
214
fi
fi
cash_domain
=
"qapi-
$namespace
.
q-gp
.com"
cash_domain
=
"qapi-
$namespace
.
liangkebang
.com"
xyqb_domain
=
"m-
$namespace
.
q-gp
.com"
xyqb_domain
=
"m-
$namespace
.
liangkebang
.com"
if
[
-z
"
$namespace
"
]
;
then
if
[
-z
"
$namespace
"
]
;
then
cash_domain
=
$ip
:7037
cash_domain
=
$ip
:7037
...
...
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