<?php

$i++;
$empresa["hostname"][$i] = "localhost";
$empresa["port"][$i]     = "5432";
$empresa["database"][$i] = "mpptop_2017";
$empresa["login"][$i]    = "nomina";
$empresa["password"][$i] = "**n0m1n4**";
$empresa["gestor"][$i]   = "POSTGRES";
$empresa["width"][$i]    = "80";
$empresa["height"][$i]   = "40";
$empresa["logo"][$i]     = "logo.jpg";
$empresa["bdhistorica"][$i] = "";
$empresa["historica"][$i] = 0;  //INDICA QUE ES UNA BD PARA CONSOLIDACIÓN DE DATOS HISTORICOS
/*
$i++;
$empresa["hostname"][$i] = "localhost";
$empresa["port"][$i]     = "5432";
$empresa["database"][$i] = "db_hvycsucre";
$empresa["login"][$i]    = "postgres";
$empresa["password"][$i] = "vycsucreadmin";
$empresa["gestor"][$i]   = "POSTGRES";
$empresa["width"][$i]    = "80";
$empresa["height"][$i]   = "40";
$empresa["logo"][$i]     = "logo.jpg";
$empresa["bdhistorica"][$i] = "db_hvycsucre";
$empresa["historica"][$i] = 1;  //INDICA QUE ES UNA BD PARA CONSOLIDACIÓN DE DATOS HISTORICOS
*/
?>
