<?php 
// ==============================================================
// PARAMETROS DE CONEXION
// --------------------------------------------------------------
define( "HOST", 	"185.37.226.136" );
define( "USER", 	"testpapelcero" );
define( "PASS", 	"@20Testpapelcero20" );
define( "NAME", 	"papelcero_test" );
define( "PORT", 	"3306" );
 ?>