<?php
return array(
    "driver" => "pdo_mysql",
    "host" => "localhost",
    "port" => "3306",
    "user" => "novosga",
    "password" => "novosga",
    "dbname" => "sgatabsaobento",
    "charset" => "utf8",
);
