removing ProcessMaker Library #26

This commit is contained in:
Fernando Ontiveros
2025-04-08 14:56:55 +00:00
parent 6a4534efd3
commit 95174257f4
11 changed files with 1 additions and 450 deletions

View File

@@ -217,12 +217,6 @@ define('G_TEST_ENV', 'TEST');
// Number of files per folder at PATH_UPLOAD (cases documents)
define('APPLICATION_DOCUMENTS_PER_FOLDER', 1000);
// Server of ProcessMaker Library
define('PML_SERVER', 'http://library.processmaker.com');
define('PML_WSDL_URL', PML_SERVER . '/syspmLibrary/en/green/services/wsdl');
define('PML_UPLOAD_URL', PML_SERVER . '/syspmLibrary/en/green/services/uploadProcess');
define('PML_DOWNLOAD_URL', PML_SERVER . '/syspmLibrary/en/green/services/download');
G::defineConstants();
$config = Bootstrap::getSystemConfiguration();