Developers Getting Started With i2b2
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
title1.7.13 i2b2_config_data.json file

In 1.7.13, the config file name has changed to i2b2_config_data.json. Also, backslashes must be escaped and there can be no comments (see below).


Code Block
borderStylesolid
titlei2b2_config_data.json
	//-------------------------------------------------------------------------------------------
	// THESE ARE ALL THE DOMAINS A USER CAN LOGIN TO
	  {
            "domain": "i2b2demo",
            "name": "SAML Demo",
            "allowAnalysis": true,
            "urlCellPM": "http:\/\/127.0.0.1:9090\/i2b2\/services\/PMService\/",
            "registrationMethod": "saml",
            "loginType": "federated",
            "showRegistration": true,
            "installer": "\/webclient\/plugin_installer\/",
            "debug": true
        },
       
     {
            "domain": "i2b2demo",
            "name": "Local Demo",
            "allowAnalysis": true,
            "urlCellPM": "http:\/\/localhost\/webclient\/i2b2\/services\/PMService\/",
            "registrationMethod": "",
            "loginType": "local",
            "showRegistration": true,
            "installer": "\/webclient\/plugin_installer\/",
            "debug": true
        
	]
	//-------------------------------------------------------------------------------------------


...