delete de la conf

This commit is contained in:
Benoît S. 2011-08-18 15:09:01 +00:00
parent 527ec30fd9
commit e2650db044
1 changed files with 0 additions and 35 deletions

View File

@ -1,35 +0,0 @@
<?php
// This file generated by Propel 1.3.0-dev convert-props target
// from XML runtime conf file /home/tdondich/dev/lilac/branches/lilac-1.x/runtime-conf.xml
return array_merge_recursive(array (
'log' =>
array (
'ident' => 'lilac',
'level' => '2',
),
'propel' =>
array (
'datasources' =>
array (
'lilac' =>
array (
'adapter' => 'mysql',
'connection' =>
array (
'dsn' => 'mysql:host=localhost;dbname=lilac',
'user' => 'lilac',
'password' => 'mypass',
'options' =>
array (
'ATTR_PERSISTENT' =>
array (
'value' => false,
),
),
),
),
'default' => 'lilac',
),
'generator_version' => '1.3.0-dev',
),
), include(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'lilac-classmap.php'));