Page History
...
Code Block | ||||
---|---|---|---|---|
| ||||
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 | ||||||
---|---|---|---|---|---|---|
| ||||||
shrine {
i2b2Domain = "name_of_your_domain"
...
} |
...
Overview
Content Tools