Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
skinny.wu
9 years ago
Commit
12afaa7fefb7640d2f3f2a681e8344aca95ceac9
2 parents
dce643c9
027a87d3
Merge branch 'master' of
http://git.yoho.cn/ops/monitor-ui
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
monitor-ui-common/src/main/java/com/ui/project/ProjectEnvironment.java
monitor-ui-common/src/main/java/com/ui/project/ProjectEnvironment.java
View file @
12afaa7
...
...
@@ -10,9 +10,9 @@ public class ProjectEnvironment {
private
static
Map
<
String
,
String
>
map
=
new
HashMap
<>();
static
{
map
.
put
(
"aws"
,
"http://172.31.16.167:8083/web/"
);
map
.
put
(
"qcloud"
,
"http://172.31.16.167:8083/web/"
);
map
.
put
(
"qcloud_gray"
,
"http://172.31.16.167:8083/web/"
);
map
.
put
(
"aws"
,
"http://172.31.16.167:8883/web/"
);
map
.
put
(
"qcloud"
,
"http://172.31.16.167:8883/web/"
);
map
.
put
(
"qcloud_gray"
,
"http://172.31.16.167:8883/web/"
);
//map.put("test","http://192.168.102.220:8083/web/");
//map.put("dev");
...
...
Please
register
or
login
to post a comment