Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
DALConf.inc
1 <?php
2 $conf = array (
3  'db' => array (
4  'DSN' => 'pgsql:dbname=skim_my4;host=db;user=postgres;password=',
5  'user' => 'postgres',
6  'password' => '',
7  'type' => 'pgsql',
8  ),
9  );
10 
11 return $conf;
12 ?>