diff --git a/application/configs/propel-config.php b/application/configs/propel-config.php index 22571384c..831fa4e2a 100644 --- a/application/configs/propel-config.php +++ b/application/configs/propel-config.php @@ -9,7 +9,7 @@ $conf = array ( 'adapter' => 'pgsql', 'connection' => array ( - 'dsn' => 'pgsql:host=localhost;port=5432;dbname=campcaster;user=campcaster;password=campcaster', + 'dsn' => 'pgsql:host=localhost;port=5432;dbname=airtime;user=airtime;password=airtime', ), ), 'default' => 'campcaster', @@ -17,4 +17,4 @@ $conf = array ( 'generator_version' => '1.5.2', ); $conf['classmap'] = include(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'classmap-propel-config.php'); -return $conf; \ No newline at end of file +return $conf; diff --git a/build/runtime-conf.xml b/build/runtime-conf.xml index 4c83aa481..495b9469b 100644 --- a/build/runtime-conf.xml +++ b/build/runtime-conf.xml @@ -5,7 +5,7 @@ pgsql - pgsql:host=localhost;port=5432;dbname=campcaster;user=campcaster;password=campcaster + pgsql:host=localhost;port=5432;dbname=airtime;user=airtime;password=airtime