feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
214 changed files with 659 additions and 7124 deletions
Showing only changes of commit bb459a2ff5 - Show all commits

View File

@ -178,7 +178,7 @@ return [
return new Incoviba\Service\Worker\Request(
$container->get(Psr\Log\LoggerInterface::class),
new GuzzleHttp\Client([
'base_uri' => 'http://proxy/api',
'base_uri' => 'http://incoviba_proxy/api',
'headers' => [
'Authorization' => "Bearer {$key}"
]