<?php

return array(
   
	'FTPURL' => 'http://172.17.2.215/', 
	'FTPSERVER' => '172.17.2.215',
	'FTPUSERNAME' => 'upload',
	'FTPPASSWORD' => '51Dc41&2024',
	'REMOTEDIR' => '/var/www/html/upload/',
	'REMOTESIS' => '/var/www/html/',
	'PORT' => 22,

// Otros parámetros específicos del entorno...
);