A file that contains key/values such as the PM service credentials, PM URL, SHRINE web client URL, etc.
Code Block |
---|
language | php |
---|
theme | Midnight |
---|
title | config.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';
?> |