airtime-conf.php 587 B

1234567891011121314151617181920
  1. <?php
  2. // This file generated by Propel 1.5.2 convert-conf target
  3. // from XML runtime conf file /home/denise/airtime/airtime_mvc/build/runtime-conf.xml
  4. $conf = array (
  5. 'datasources' =>
  6. array (
  7. 'airtime' =>
  8. array (
  9. 'adapter' => 'pgsql',
  10. 'connection' =>
  11. array (
  12. 'dsn' => 'pgsql:host=localhost;port=5432;dbname=airtime;user=airtime;password=airtime',
  13. ),
  14. ),
  15. 'default' => 'airtime',
  16. ),
  17. 'generator_version' => '1.5.2',
  18. );
  19. $conf['classmap'] = include(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'classmap-airtime-conf.php');
  20. return $conf;