Merge branch 'fix/error-pedido-xml' into 'main'

fix : error naming HIDRIVE PORT

See merge request jjimenez/safekat!316
This commit is contained in:
Alvaro
2024-09-03 10:50:13 +00:00

View File

@ -17,8 +17,8 @@ class PedidoXML extends BaseConfig
public function __construct() {
parent::__construct();
$this->host = env("HIDRIVE_HOST","10.5.0.6");
$this->port = env("HIDRIVE_USER",21);
$this->username = env("HIDRIVE_PASS","admin");
$this->port = env("HIDRIVE_PORT",21);
$this->username = env("HIDRIVE_USER","admin");
$this->password = env("HIDRIVE_PASS","A77h3b0X4OA2rOYAf4w2");
$this->base_dir = env("HIDRIVE_PATH_ROOT","/home/admin/safekat"); # FTP server directory
$this->xml_enabled = env("FTP_XML_ENABLED",false);