<?php
return array(
'dbname' => 'airtime',
'user' => 'airtime',
'password' => 'airtime',
'host' => 'localhost',
'driver' => 'pdo_pgsql',
);