-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathi2b2_config_data.js
More file actions
24 lines (24 loc) · 1008 Bytes
/
Copy pathi2b2_config_data.js
File metadata and controls
24 lines (24 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
urlProxy: "index.php",
urlFramework: "js-i2b2/",
loginTimeout: 15, // in seconds
//JIRA|SHRINE-519:Charles McGow
username_label:"SHRINE Username:", //Username Label
password_label:"SHRINE Password:", //Password Label
clientHelpUrl: 'help/pdf/shrine-client-guide.pdf',
networkHelpUrl:'help/pdf/shrine-network-guide.pdf',
wikiBaseUrl: 'https://open.med.harvard.edu/wiki/display/SHRINE/',
//JIRA|SHRINE-519:Charles McGow
// -------------------------------------------------------------------------------------------
// THESE ARE ALL THE DOMAINS A USER CAN LOGIN TO
lstDomains: [
{ domain: "i2b2demo",
name: "SHRINE",
urlCellPM: "http://127.0.0.1/i2b2/services/PMService/",
allowAnalysis: false,
debug: true,
isSHRINE: true
}
]
// -------------------------------------------------------------------------------------------
}