<?php
$g_hostname               = 'localhost';
$g_db_type                = 'mysqli';
$g_database_name          = 'venturit_hqo-sgep-mantisbt-2';
$g_db_username            = 'venturit_hqo';
$g_db_password            = 'soporte-hqo';

$g_default_timezone       = 'America/Bogota';

$g_crypto_master_salt     = '7knF11nm7ssTSXR5kAthKk9Wm2eayEnynG7VgmyAT+E+';


	//Cantidad de cajas de texto en el inicio, para simplificar la información a mostrar
	$g_my_view_boxes = array (
	'assigned'      => '1', #1
	'unassigned'    => '0', #2
	'reported'      => '0', #3
	'resolved'      => '0', #4
	'recent_mod'    => '5', #5
	'monitored'     => '0', #6
	'feedback'      => '0', #0
	'verify'        => '0', #0
	'my_comments'   => '0' #0
	);
	