This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject-config.js.sample
76 lines (75 loc) · 1.81 KB
/
project-config.js.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/* 需检查的项目配置 */
module.exports = [
{
name: 'ips',
projectName: 'ips-web',
projectId: 97,
url: {
test20: 'http://192.168.100.20:8003',
test30: 'http://192.168.100.30:8003',
dev90: 'http://192.168.100.90:8003',
uat: 'https://xxxx.giscafer.com',
prod: 'https://xxx.giscafer.com'
}
},
{
name: 'zhiying',
projectName: 'zhiying-ips',
projectId: 98,
url: {
test20: 'http://192.168.100.20:8005',
test30: 'http://192.168.100.30:8005',
dev90: 'http://192.168.100.90:8005',
uat: 'https://xxx.giscafer.com',
prod: 'https://xx.giscafer.com'
}
},
{
name: 'cmp',
projectId: 95,
projectName: 'cmp-web',
url: {
test20: 'http://192.168.100.20:8006',
test30: 'http://192.168.100.30:8006',
dev90: 'http://192.168.100.90:8006',
uat: 'https://xxx.giscafer.com',
prod: 'https://x.giscafer.com'
}
},
{
name: 'bms',
projectName: 'bms-new',
projectId: 173,
url: {
test20: 'http://192.168.100.20:8004',
test30: 'http://192.168.100.30:8004',
dev90: 'http://192.168.100.90:8004',
uat: 'https://xxx.giscafer.com',
prod: 'https://xx.giscafer.com'
}
},
{
name: 'boss',
projectName: 'boss-web',
projectId: 96,
url: {
test20: 'http://192.168.100.20:8001',
test30: 'http://192.168.100.30:8001',
dev90: 'http://192.168.100.90:8001',
uat: 'https://xxxx.giscafer.com',
prod: 'https://xx.giscafer.com'
}
},
{
name: 'wms',
projectName: 'wms-new',
projectId: 228,
url: {
test20: 'http://192.168.100.20:8002',
test30: 'http://192.168.100.30:8002',
dev90: 'http://192.168.100.90:8002',
uat: 'https://xxxx.giscafer.com',
prod: 'https://x.giscafer.com'
}
}
];