Accrual to Clinical Trials
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info Box
titlePurpose

The i2b2_config_data.js configuration file contains config items for your i2b2 domain name, the URL of your i2b2 PM cell, and others.other config items.

 

Edit this config file adding your i2b2 domain name, and 

Code Block
languagejs
themeMidnight
titleedit i2b2_config_data.js
{
	urlProxy: "index.php",
	urlFramework: "js-i2b2/",
	//-------------------------------------------------------------------------------------------
	// THESE ARE ALL THE DOMAINS A USER CAN LOGIN TO
	lstDomains: [
		{ domain: "your_i2b2_Domain_here",
		  name: "ACT - Local i2b2",
		  urlCellPM: "your_i2b2_PM_cell_URL_here",
		  allowAnalysis: true,
		  //installer: "/webclient/plugin_installer/",
		  debug: true
		}
	]
	//-------------------------------------------------------------------------------------------
}