sintonia/backend/propel-db/build/conf/campcaster-conf.php

20 lines
625 B
PHP

<?php
// This file generated by Propel 1.5.2 convert-conf target
// from XML runtime conf file /home/naomiaro/dev-campcaster/campcaster/backend/propel-db/runtime-conf.xml
$conf = array (
'datasources' =>
array (
'campcaster' =>
array (
'adapter' => 'pgsql',
'connection' =>
array (
'dsn' => 'pgsql:host=localhost;port=5432;dbname=campcaster;user=campcaster;password=campcaster',
),
),
'default' => 'campcaster',
),
'generator_version' => '1.5.2',
);
$conf['classmap'] = include(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'classmap-campcaster-conf.php');
return $conf;