de.li2b2-server.0.8.source-code.i2b2_config_admin.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of li2b2-server Show documentation
Show all versions of li2b2-server Show documentation
This project emulates the core components
of an i2b2 server backend. Basic functionality
of PM, CRC, ONT and WORK cells allows the
official i2b2 webclient to connect ot this
emulated server.
The newest version!
{
//urlProxy: "index.php",
urlFramework: "js-i2b2/",
//-------------------------------------------------------------------------------------------
// THESE ARE ALL THE DOMAINS A USER CAN LOGIN TO
lstDomains: [
{ domain: "i2b2demo",
name: "li2b2 Demo Server",
urlCellPM: "/i2b2/services/PMService/",
allowAnalysis: true,
adminOnly: true,
//installer: "/webclient/plugin_installer/",
debug: true
}
]
//-------------------------------------------------------------------------------------------
}