Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
1008aa4d
Commit
1008aa4d
authored
Jun 29, 2020
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
d56e7c0b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
center-taskexecutor/app/base/db/task/icp/icpGenerateTask.js
+0
-0
center-taskexecutor/app/config/settings.js
+2
-10
No files found.
center-taskexecutor/app/base/db/task/icp/icpGenerateTask.js
View file @
1008aa4d
This diff is collapsed.
Click to expand it.
center-taskexecutor/app/config/settings.js
View file @
1008aa4d
...
@@ -68,24 +68,16 @@ var settings = {
...
@@ -68,24 +68,16 @@ var settings = {
if
(
this
.
env
==
"dev"
)
{
if
(
this
.
env
==
"dev"
)
{
return
"http://192.168.1.128:4018/api/uploadAction/txCos/getCosInfo"
;
return
"http://192.168.1.128:4018/api/uploadAction/txCos/getCosInfo"
;
}
else
{
}
else
{
return
"http://
192.168.1.128:4018
/api/uploadAction/txCos/getCosInfo"
;
return
"http://
sytxpublic-msgq-service
/api/uploadAction/txCos/getCosInfo"
;
}
}
},
},
icpMaterialurl
:
function
()
{
icpMaterialurl
:
function
()
{
if
(
this
.
env
==
"dev"
)
{
if
(
this
.
env
==
"dev"
)
{
return
"http://192.168.1.147:8002"
;
return
"http://192.168.1.147:8002"
;
}
else
{
}
else
{
return
"http://
192.168.1.147:8002
"
;
return
"http://
icp.brg.tencentyun.coms
"
;
}
}
},
},
// icpUpMaterialurl: function () {
// if (this.env == "dev") {
// return "http://192.168.1.147:8002/web/delivery/materialCtl/updateUrl";
// } else {
// return "http://192.168.1.147:8002/web/delivery/materialCtl/updateUrl";
// }
// },
redis
:
function
(){
redis
:
function
(){
if
(
this
.
env
==
"dev"
){
if
(
this
.
env
==
"dev"
){
console
.
log
(
"dev........................................................."
);
console
.
log
(
"dev........................................................."
);
...
...
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