2011-01-21 20:43:38 +01:00
|
|
|
<?php
|
2014-07-23 21:03:51 +02:00
|
|
|
// This file generated by Propel 1.7.0 convert-conf target
|
2017-03-10 21:18:50 +01:00
|
|
|
// from XML runtime conf file /vagrant/airtime_mvc/build/runtime-conf.xml
|
2011-01-21 20:43:38 +01:00
|
|
|
$conf = array (
|
|
|
|
'datasources' =>
|
|
|
|
array (
|
|
|
|
'airtime' =>
|
|
|
|
array (
|
|
|
|
'adapter' => 'pgsql',
|
|
|
|
'connection' =>
|
|
|
|
array (
|
|
|
|
'dsn' => 'pgsql:host=localhost;port=5432;dbname=airtime;user=airtime;password=airtime',
|
|
|
|
),
|
|
|
|
),
|
2014-03-21 19:03:17 +01:00
|
|
|
'airtime_test' =>
|
|
|
|
array (
|
|
|
|
'adapter' => 'pgsql',
|
|
|
|
'connection' =>
|
|
|
|
array (
|
|
|
|
'dsn' => 'pgsql:host=localhost;port=5432;dbname=airtime_test;user=airtime;password=airtime',
|
|
|
|
),
|
|
|
|
),
|
2011-01-21 20:43:38 +01:00
|
|
|
'default' => 'airtime',
|
|
|
|
),
|
2014-07-23 21:03:51 +02:00
|
|
|
'generator_version' => '1.7.0',
|
2011-01-21 20:43:38 +01:00
|
|
|
);
|
|
|
|
$conf['classmap'] = include(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'classmap-airtime-conf.php');
|
2011-02-13 00:40:17 +01:00
|
|
|
return $conf;
|