<?php 
// This file generated by Propel 1.6.9 convert-conf target 
// from XML runtime conf file /home/albecamp/workspace/address-book/modelClassLayer/runtime-conf.xml 
$conf = array ( 
  'datasources' =>  
  array ( 
    'address_book' =>  
    array ( 
      'adapter' => 'mysql', 
      'connection' =>  
      array ( 
        'dsn' => 'mysql:host=localhost;dbname=address_book', 
        'user' => 'addbookUser', 
        'password' => 'rzm3XUzEww28jzVV', 
      ), 
    ), 
    'default' => 'address_book', 
  ), 
  'generator_version' => '1.6.9', 
); 
$conf['classmap'] = include(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'classmap-address_book-conf.php'); 
return $conf;
 
 |