TWIG Administrators Manual

Return to Table of Contents

4.2 Configuration - dbconfig.inc.php3

This file contains all of the  configuration items for TWIG's database support.

Here is a list of the settings:

SQL Server Configuration:

$dbconfig["sqlserver"] SQL server hostname.
$dbconfig["sqlport"] SQL server port.
$dbconfig["sqlusername"] username to log in to SQL server as.
$dbconfig["sqlpassword"] password to use to log in to SQL server.
$dbconfig["defaultdb"] Default database to connect to.
$dbconfig["sqltype"] MySQL/pgsql/dbasesql.

Database Table Name Configuration:

$dbconfig["groups_table"] SQL table name for group info
$dbconfig["members_table"] SQL table name for group member info
$dbconfig["prefs_table"]  SQL table name for mail preferences
$dbconfig["schedule_table"] SQL table name for schedule info
$dbconfig["todo_table"] SQL table name for todo list
$dbconfig["bookmarks_table"] SQL table name for bookmarks
$dbconfig["contact_table"] SQL table name for contacts list
$dbconfig["folders_table"] SQL table name for news group list
$dbconfig["news_prefs_table"]  SQL table name for news preferences
$dbconfig["accounts_table"]  SQL table name for user accounts
$dbconfig["acl_table"] SQL table name for ACL lists
$dbconfig["aclgroups_table"]  SQL table name for ACL Groups lists
$dbconfig["main_prefs_table"]  SQL table name for main prefs
$dbconfig["global_prefs_table"] SQL table name for main prefs
$dbconfig["todo_prefs_table"] SQL table name for contact prefs
$dbconfig["contacts_prefs_table"] SQL table name for contact prefs
$dbconfig["schedule_prefs_table"] SQL table name for contact prefs
$dbconfig["bookmarks_prefs_table"] SQL table name for bookmarks prefs
$dbconfig["context_table"] SQL table name for context info
$dbconfig["session_table"]  SQL table name for session info
$dbconfig["sqlloginhandle_table"]  SQL table name for storing login information for sqltable login handler
$dbconfig["meetings_table"]  SQL table name for meetings info
$dbconfig["meetings_prefs_table"]  SQL table name for meetings preferences
$dbconfig["meetings_reg_table"]  SQL table name for meetings registrations
$dbconfig["meetings_inv_table"]  SQL table name for meetings invitations
$dbconfig["notes_table"]  SQL table name for notes
$dbconfig["notes_prefs_table"]  SQL table name for notes preferences
$dbconfig["scloginhandler_table"]  SQL table name for storing login information for securecookie.sqltable login handler
$dbconfig["announce_table"]  SQL table name for announcements
 

Return to Table of Contents Return to Top