Skip to content

Instantly share code, notes, and snippets.

@comtom
Last active October 3, 2018 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save comtom/413809c04bfd288894a587716cd8df9f to your computer and use it in GitHub Desktop.
Save comtom/413809c04bfd288894a587716cd8df9f to your computer and use it in GitHub Desktop.
<?php
$active_group = 'default';
$query_builder = TRUE;
$db['default'] = array(
 'dsn' => '',
 'hostname' => 'database.host.local',
 'username' => 'username',
 'password' => 'hackme',
 'database' => 'database_name',
 'dbdriver' => 'pdo',
 'subdriver' => 'mysql',
 'dbprefix' => '',
 'pconnect' => TRUE,
 'db_debug' => FALSE,
 'cache_on' => FALSE,
 'cachedir' => '',
 'char_set' => 'utf8',
 'dbcollat' => 'utf8_general_ci',
 'swap_pre' => '',
 'encrypt' => FALSE,
 'compress' => FALSE,
 'stricton' => FALSE,
 'failover' => array(),
 'save_queries' => TRUE
);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment