fix some filtering of visit data like families to visit so they only list the ones...
[eq/.git] / setup / db_config
index b6d6cb3436a09f4d98830ba1eabcff06f4d52d18..9cef5a4ea27eb45bd5fed1d96c731703abae7b1a 100644 (file)
@@ -1,13 +1,14 @@
 ################################################################################
-# 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.
 ################################################################################
 
 $dbname = "phpgroupware";
-$dbhost = "192.168.0.2"; # This can be an IP address or name
+$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";