Advertisement
ihris

config.values

Sep 3rd, 2010
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. /*****************************************************************
  2. * *
  3. * BEGIN USER CUSTOMIZATION *
  4. * *
  5. *****************************************************************/
  6.  
  7. /**
  8. * Copy this file to local/config.values.php and set the values you
  9. * need to update there. Anything you don't set in
  10. * local/config.values.php will get its value from here.
  11. */
  12.  
  13.  
  14. /**
  15. * the path to the I2CE installation.
  16. * You might need to set this depending on your installation
  17. * Default value is ../../../../I2CE
  18. */
  19. $i2ce_site_i2ce_path = "/var/lib/iHRIS/lib/4.0/I2CE";
  20.  
  21.  
  22. /**
  23. * the name of the mysql database. You need to set this.
  24. */
  25. $i2ce_site_database = 'BWManage_4_0test' ;
  26.  
  27.  
  28. /**
  29. * the name of the mysql user. You need to set this.
  30. */
  31. $i2ce_site_database_user = 'root' ;
  32.  
  33.  
  34. /**
  35. * the mysql user's password. You need to set this.
  36. */
  37. $i2ce_site_database_password = 'xxxxx' ;
  38.  
  39.  
  40. /**
  41. * the name of the mysql database which holds the user table.
  42. * You probably do not need to set this.
  43. */
  44. //$i2ce_site_user_database = "iHRIS";
  45.  
  46.  
  47.  
  48. /**
  49. * the configuration xml file for the site module. You need to set this.
  50. */
  51. $i2ce_site_module_config = "/var/lib/iHRIS/sites/botswana-4.0test/iHRIS-Manage-BW.xml";
  52.  
  53.  
  54.  
  55.  
  56. /*****************************************************************
  57. * *
  58. * END USER CUSTOMIZATION *
  59. * Do not edit anything below this line *
  60. * *
  61. *****************************************************************/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement