Accrual to Clinical Trials
Space shortcuts
Space Tools

Versions Compared

Key

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

A file that contains key/values such as the PM service credentials, PM URL, SHRINE web client URL, etc.

 

Code Block
languagephp
themeMidnight
titleconfig.php
<?php
/**
 * Configuration File for ACT SHRiNE
 * @name       config.php
 * @category   ACT SHRINE at Partners 
 * @author     
 * @copyright  2018 Partners Healthcare
 * @version    1.0
 * @updated    September 14, 2017
 */
 
$i2b2_pm_uri = "http://yourPM:9090/i2b2/services/PMService/getServices";
$i2b2_domain = "phsshrineact";
$i2b2_service_account_id = "APP_SERVICE_ACCOUNT";
$i2b2_service_account_pw = "***";
$config_start_project_id = 'SHRINE_ACT'; 
$config_status_URI = '';
$config_i2b2_domain = 'yourDomain';

?>