Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Sep 20, 2023
1 parent 7967fe9 commit c807da8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/php/report-bundle/Resources/config/services.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameters:
env(REPORT_API_URL): ''
alchemy_report.report_base_url: '%env(REPORT_API_URL)%'
alchemy_report.report_url: '%env(REPORT_API_URL)%'

services:
_defaults:
Expand All @@ -11,7 +11,7 @@ services:
class: GuzzleHttp\Client
arguments:
-
base_uri: "%alchemy_report.report_base_url%"
base_uri: "%alchemy_report.report_url%"
timeout: 3.0
connect_timeout: 0.5
http_errors: false
Expand All @@ -26,4 +26,4 @@ services:

Alchemy\ReportBundle\ReportUserService:
arguments:
$reportBaseUrl: "%alchemy_report.report_base_url%"
$reportBaseUrl: "%alchemy_report.report_url%"
2 changes: 1 addition & 1 deletion lib/php/report-bundle/Resources/config/services_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
arguments:
-
handler: '@alchemy_report.handler_stack'
base_uri: "%alchemy_report.report_base_url%"
base_uri: "%alchemy_report.report_url%"
options:
timeout: 10
http_errors: false
Expand Down

0 comments on commit c807da8

Please sign in to comment.