fix : modification de la conf du bundle ednotif

This commit is contained in:
2026-01-26 14:40:39 +01:00
parent f881488549
commit 5426b9bfa3
9 changed files with 870 additions and 871 deletions

View File

@@ -25,5 +25,5 @@ return [
ApiPlatformBundle::class => ['all' => true],
MonologBundle::class => ['all' => true],
EdnotifBundle::class => ['all' => true],
WebProfilerBundle::class => ['dev' => true, 'test' => true],
WebProfilerBundle::class => ['dev' => true],
];

View File

@@ -1,11 +1,11 @@
ednotif:
guichet_wsdl: 'https://ws-reswel-elv.equade.fr/wsguichet/WsGuichet?wsdl'
metier_wsdl: 'https://ws-ednotif.equade.fr/wsIpBNotif/wsIpBNotif?wsdl'
entreprise: 'E860'
exploitation_code: '%env(string:EDNOTIF_EXPLOITATION_CODE)%'
exploitation_number: '%env(string:EDNOTIF_EXPLOITATION_NUMERO)%'
exploitation_country_code: 'FR'
login: '%env(EDNOTIF_LOGIN)%'
password: '%env(EDNOTIF_PASSWORD)%'
login: '%env(string:EDNOTIF_LOGIN)%'
password: '%env(string:EDNOTIF_PASSWORD)%'
token_ttl_seconds: 900
soap_options:
trace: false

View File

@@ -5,9 +5,3 @@ when@dev:
framework:
profiler:
collect_serializer_data: true
when@test:
framework:
profiler:
collect: false
collect_serializer_data: true

File diff suppressed because it is too large Load Diff