Purpose
The i2b2_config_data.js configuration file contains config items for your i2b2 domain name, the URL of your i2b2 PM cell, and other config items.
Edit this config file adding your i2b2 domain name (domain), and PM cell URL (urlCellPM).
edit 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 } ] //------------------------------------------------------------------------------------------- }