Accrual to Clinical Trials
Space shortcuts
Space Tools

Versions Compared

Key

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

...

Tip
titleSHRINE URL template

In most cases, your SHRINE URL will be httphttps://your_hostname:90906443/shrine/rest/i2b2/servicesadmin/PMService/ request The your_hostname part of the URL is the host name or domain name of the web server where ACT is installed.

...

Code Block
languagephp
themeMidnight
titleEdit ACT_config.php
return array(
	         'shrine_url' => 'your_SHRINE_URL_here',
         		 'working_directory' => '/opt/viewer_jobs',
		 'site_name' => 'Partners',
	     'sitedebug_namelogging' => 'your_site_name'true,
         'debugshrine_connector_logging' => false,
             'shrinepatient_connectorlist_exporter_logging' => false
	         );