This repository has been archived on 2020-01-20. You can view files and clone it, but cannot push or open issues or pull requests.
lilac/includes/lilac-conf.php
2011-08-18 15:05:00 +00:00

36 lines
883 B
PHP
Executable file

<?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'));