fix: configure target folder for xml dumps
This commit is contained in:
@@ -46,4 +46,4 @@ APP_BPN_IP=
|
||||
APP_BPN_PORT=
|
||||
APP_BPN_DEBUG=false
|
||||
|
||||
API_KEYS=
|
||||
API_KEYS=
|
||||
|
||||
@@ -36,6 +36,7 @@ services:
|
||||
bpn_api_ip: '%env(APP_BPN_IP)%'
|
||||
bpn_api_port: '%env(APP_BPN_PORT)%'
|
||||
debug: '%env(bool:APP_BPN_DEBUG)%'
|
||||
target_folder_dumps: '%kernel.project_dir%/var/bpn'
|
||||
|
||||
App\Twig\AppRuntime:
|
||||
arguments:
|
||||
|
||||
@@ -351,9 +351,9 @@ class ApiClient
|
||||
$optionsResolver->setDefaults([
|
||||
'max_retries' => 25,
|
||||
'debug' => false,
|
||||
'target_folder_dumps' => '/var/www/html/var/bpn',
|
||||
'target_folder_dumps' => '/tmp/bpn',
|
||||
]);
|
||||
|
||||
return $optionsResolver->resolve($options);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user