X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=setup%2Fdb_config;h=5adb27d961afa41780f00c7c83bdc087e353a073;hb=b6f18cbc24e59f6ae98f54302394c72ac07935fe;hp=b6d6cb3436a09f4d98830ba1eabcff06f4d52d18;hpb=6756e74c618aaa79186f7f55329fd2ba1cb1e2e5;p=eq%2F.git diff --git a/setup/db_config b/setup/db_config index b6d6cb3..5adb27d 100644 --- a/setup/db_config +++ b/setup/db_config @@ -1,13 +1,29 @@ ################################################################################ -# 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. ################################################################################ +# Set the default stewardship: "High Priest" or "Elder" +# Remember to set this same variable in the tc_config file to the same value as well +# EX: For an Elder's Quorum, stewardship should be set to "Elder" +# EX: For a High Priest Group, stewardship should be set to "High Priest" +$default_stewardship = "Elder"; + +# Database variables/settings/configuration $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"; +# Set a default area code to add to the phone number if an area code is missing +$areacode = "970"; + +# Set the default visiting priority (1=highest 30=lowest) +$default_visit_pri = 30; + +# Set the default interview priority (1=highest 30=lowest) +$default_interview_pri = 30; +