Skip to content

Instantly share code, notes, and snippets.

@maxmumford
Created November 28, 2013 17:08
Show Gist options
  • Save maxmumford/7695115 to your computer and use it in GitHub Desktop.
Save maxmumford/7695115 to your computer and use it in GitHub Desktop.
$config = array(
"host" => "localhost", //the hostname of your database server
"db" => "gtd", //the name of your database
"prefix" => "gtdphp_", // the GTD table prefix for your installation (optional)
"user" => "gtd", //username for database access
"pass" => "password", //database password
"dbtype" => "mysql", //database type: currently only mysql is valid. DO NOT CHANGE!
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment