feat: add class config for SFTP xml export

This commit is contained in:
amazuecos
2024-09-02 23:29:14 +02:00
parent 173b6d5a5d
commit 295fd88201

View File

@ -19,7 +19,7 @@ class PedidoXML extends BaseConfig
$this->host = env("HIDRIVE_HOST","10.5.0.6");
$this->port = env("HIDRIVE_USER",21);
$this->username = env("HIDRIVE_PASS","admin");
$this->password = env("FTP_XML_PASSWORD","A77h3b0X4OA2rOYAf4w2");
$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);