added cleanup functionality for tc_scheduling_priority during import of new data
[eq/.git] / setup / db_config
1 ################################################################################
2 # This is a perl module included by the perl scripts for this application.
3 # You must modify these values to match your system configuration.
4 # Save the resulting file as "db_config.local" in this setup dir.
5 # This will prevent your settings from being overwritten by future code updates.
6 ################################################################################
7
8 $dbname = "phpgroupware";
9 $dbhost = "192.168.0.4"; # This can be an IP address or name
10 $dbport = 3306;
11 $dbuser = "phpgroupware"; # This may require an additional '\@localhost'
12 $dbpass = "phpgroupware";
13
14 $areacode = "970";
15 $default_visit_pri = 30;
16 $default_interview_pri = 30;