Skip to content

Instantly share code, notes, and snippets.

@repomaa
Created January 3, 2018 20:38
Show Gist options
  • Save repomaa/8ea54afbe3754fc45f78966c44dc44a9 to your computer and use it in GitHub Desktop.
Save repomaa/8ea54afbe3754fc45f78966c44dc44a9 to your computer and use it in GitHub Desktop.
$active_group = 'default';
$query_builder = TRUE;
$db['default'] = array(
'dsn' => '',
'hostname' => 'localhost',
'port' => 5432,
'username' => 'filebin',
'password' => 'MASKED:',
'database' => 'filebin',
'dbdriver' => 'postgre',
'dbprefix' => '',
'pconnect' => FALSE,
'db_debug' => TRUE,
'cache_on' => TRUE,
'cachedir' => '/home/filebin/cache',
'char_set' => 'utf8',
'dbcollat' => 'utf8_bin', // if you use postgres, set this to utf8_bin
'swap_pre' => '',
'encrypt' => FALSE,
'compress' => FALSE,
'stricton' => TRUE,
'failover' => array(),
'save_queries' => TRUE
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment