-doctrine migration basic file check-in. Hard-coded paths for now...

This commit is contained in:
mkonecny 2011-03-08 00:49:03 -05:00
parent a51c02b281
commit 0f8f522910
5 changed files with 50 additions and 1 deletions

View file

@ -0,0 +1,9 @@
<?php
return array(
'dbname' => 'airtime',
'user' => 'airtime',
'password' => 'airtime',
'host' => 'localhost',
'driver' => 'pdo_pgsql',
);