. */ /** * Set up all the configuration variables that can be set for each installation. * * The main include file will include this file for all pages for the site. * @see main.inc.php * @package iHRIS * @subpackage DemoManage * @access public * @author Luke Duncan / Carl Leitner * @copyright Copyright © 2007, 2008 IntraHealth International, Inc. * @since Demo-v1.a * @version Demo-v2.a */ /***************************************************************** * * * BEGIN USER CUSTOMIZATION * * * *****************************************************************/ /** * Copy this file to local/config.values.php and set the values you * need to update there. Anything you don't set in * local/config.values.php will get its value from here. */ /** * the path to the I2CE installation. * You might need to set this depending on your installation * Default value is ../../../../I2CE */ $i2ce_site_i2ce_path = "/var/lib/iHRIS/current/I2CE"; /** * the name of the mysql database. You need to set this. */ $i2ce_site_database = 'ihris_manage' ; /** * the name of the mysql user. You need to set this. */ $i2ce_site_database_user = 'ihris_manage' ; /** * the mysql user's password. You need to set this. */ $i2ce_site_database_password = 'YYYYY' ; /** * the name of the mysql database which holds the user table. * You probably do not need to set this. */ //$i2ce_site_user_database = "USER_DATABASE_NAME"; /** * the configuration xml file for the site module. You need to set this. */ $i2ce_site_module_config = "/var/lib/iHRIS/sites/manage/iHRIS-Manage-Site.xml"; /***************************************************************** * * * END USER CUSTOMIZATION * * Do not edit anything below this line * * * *****************************************************************/ # Local Variables: # mode: php # c-default-style: "bsd" # indent-tabs-mode: nil # c-basic-offset: 4 # End: