diff --git a/includes/lilac-conf.php b/includes/lilac-conf.php deleted file mode 100755 index c57f9dd..0000000 --- a/includes/lilac-conf.php +++ /dev/null @@ -1,35 +0,0 @@ - - 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'));