changed note field in tc_accomplishment to notes
[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 # Set the default stewardship: "High Priest" or "Elder"
9 # Remember to set this same variable in the tc_config file to the same value as well
10 # EX: For an Elder's Quorum, stewardship should be set to "Elder"
11 # EX: For a High Priest Group, stewardship should be set to "High Priest"
12 $default_stewardship = "Elder";
13
14 # Database variables/settings/configuration
15 $dbname = "phpgroupware";
16 $dbhost = "192.168.0.4"; # This can be an IP address or name
17 $dbport = 3306;
18 $dbuser = "phpgroupware"; # This may require an additional '\@localhost'
19 $dbpass = "phpgroupware";
20
21 # Set a default area code to add to the phone number if an area code is missing
22 $areacode = "970";
23
24 # Set the default visiting priority (1=highest 30=lowest)
25 $default_visit_pri = 30;
26
27 # Set the default interview priority (1=highest 30=lowest)
28 $default_interview_pri = 30;
29