Developers Getting Started With i2b2
Space shortcuts
Space Tools

Versions Compared

Key

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

...

indent
Level1

5. Save the changes and close the file.

Code Block
borderStylesolid
titlei2b2_config_data.json
	
	  {
            "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
        
	]
	//-------------------------------------------------------------------------------------------