removed name field from tc_district
[eq/.git] / setup / db_config
index 085075fcd650c21ffde63aa275310f049d8148b5..0036f13cf3d8d90f02e3713472d8c751e24d41a5 100644 (file)
@@ -1,5 +1,5 @@
 ################################################################################
-# This is a perl module included by the perl scripts for this EQ application.
+# This is a perl module included by the perl scripts for this application.
 # You must modify these values to match your system configuration.
 # Save the resulting file as "db_config.local" in this setup dir.
 # This will prevent your settings from being overwritten by future code updates.
@@ -10,5 +10,7 @@ $dbhost = "192.168.0.4"; # This can be an IP address or name
 $dbport = 3306;
 $dbuser = "phpgroupware"; # This may require an additional '\@localhost'
 $dbpass = "phpgroupware";
-$areacode = "970";
 
+$areacode = "970";
+$default_visit_pri = 30;
+$default_interview_pri = 30;