Skip to content

Commit de1cc02

Browse files
authored
Merge pull request #8636 from ProcessMaker/task/FOUR-28240
FOUR-28240: Add Documentation for Smart Extract Package
2 parents 38aa785 + e20abb0 commit de1cc02

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

ProcessMaker/ScriptRunners/ScriptMicroserviceRunner.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ private function getEnvironmentVariables(User $user)
136136
$variablesParameter['API_HOST'] = config('app.docker_host_url') . '/api/1.0';
137137
$variablesParameter['APP_URL'] = config('app.docker_host_url');
138138
$variablesParameter['API_SSL_VERIFY'] = (config('app.api_ssl_verify') ? '1' : '0');
139-
$variablesParameter['SMART_EXTRACT_API_HOST'] = config('app.smart_extract_api_host');
140-
$variablesParameter['SMART_EXTRACT_PM_API_TOKEN'] = config('app.smart_extract_api_token');
141139
}
142140

143141
return $variablesParameter;

config/app.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,4 @@
298298
'multitenancy' => env('MULTITENANCY', false),
299299

300300
'resources_core_path' => base_path('resources-core'),
301-
302-
'smart_extract_api_host' => env('SMART_EXTRACT_API_HOST', 'extract-api.processmaker.net'),
303-
'smart_extract_api_token' => env('SMART_EXTRACT_PM_API_TOKEN', ''),
304301
];

0 commit comments

Comments
 (0)