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