forked from CMSCompOps/WmAgentScripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
serviceConfiguration.json
62 lines (62 loc) · 1.95 KB
/
serviceConfiguration.json
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
{
"mongo_db_url": {
"value": "vocms0274.cern.ch",
"description": "The mongodb instance."
},
"dbs_url": {
"value": "https://cmsweb.cern.ch/dbs/prod/global/DBSReader",
"description": "The base Url for DBS Reader "
},
"dbs_url_writer": {
"value": "https://cmsweb.cern.ch/dbs/prod/global/DBSWriter",
"description": "The base Url for DBS Writer."
},
"phedex_url": {
"value" : "cmsweb.cern.ch",
"description" : "The base url for PhEDEx service."
},
"reqmgr_url": {
"value": "cmsweb.cern.ch",
"description": "The base Url for ReqMgr service."
},
"monitor_dir": {
"value": "/data/unified/www/",
"description": "The local monitor dir."
},
"monitor_eos_dir": {
"value": "/eos/cms/store/unified/www/",
"description": "The monitor dir at EOS."
},
"monitor_pub_dir": {
"value": "/data/unified/www/public/",
"description": "The public monitor dir."
},
"monitor_pub_eos_dir": {
"value": "/eos/cms/store/unified/www/public/",
"description": "The public monitor dir at EOS."
},
"base_dir": {
"value": "/data/unified/",
"description": "The base dir for the unified code."
},
"base_eos_dir": {
"value": "/eos/cms/store/unified/",
"description": "The base dir for unified at EOS."
},
"unified_url": {
"value": "https://cms-unified.web.cern.ch/cms-unified/",
"description": "The base Url for Unified."
},
"unified_url_eos": {
"value": "https://cms-unified.web.cern.ch/cms-unified/",
"description": "The base Url for Unified at EOS."
},
"unified_pub_url": {
"value": "https://cms-unified.web.cern.ch/cms-unified/public/",
"description": "The public Url for Unified."
},
"cache_dir": {
"value": "/data/unified-cache/",
"description": "Cache dir."
}
}