Versions Compared

Key

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

...

Code Block
languagesql
themerdark
UPDATE pm_hive_data SET DOMAIN_NAME = 'name_of_your_domain' WHERE DOMAIN_NAME = 'i2b2demo';


i2b2 Configuration Files

If you make use of the i2b2 admin webclient and the plain i2b2 webclient, make sure to update the lstDomains block in the i2b2_config_data.js file on the i2b2 host as follows:

...

The i2b2_config_data.js file can be found at /var/www/html/ on the i2b2 host.

SHRINE Configuration File

In the example shrine.conf file we use a property to define the domain. Change that to your new domain name:

Code Block
languagejs
themeRDark
titleshrine.conf

shrine {
  i2b2Domain = "name_of_your_domain"
  ...
}

...