| Numéro du ticket | Titre du ticket | |------------------|-----------------| | | | ## Description de la PR ## Modification du .env ## Check list - [ ] Pas de régression - [ ] TU/TI/TF rédigée - [x] TU/TI/TF OK - [x] CHANGELOG modifié Reviewed-on: #6 Co-authored-by: tristan <tristan@yuno.malio.fr> Co-committed-by: tristan <tristan@yuno.malio.fr>
14 lines
542 B
YAML
14 lines
542 B
YAML
ednotif:
|
|
guichet_wsdl: 'https://ws-reswel-elv.equade.fr/wsguichet/WsGuichet?wsdl'
|
|
metier_wsdl: 'https://ws-ednotif.equade.fr/wsIpBNotif/wsIpBNotif?wsdl'
|
|
exploitation_code: '%env(string:EDNOTIF_EXPLOITATION_CODE)%'
|
|
exploitation_number: '%env(string:EDNOTIF_EXPLOITATION_NUMERO)%'
|
|
exploitation_country_code: 'FR'
|
|
login: '%env(string:EDNOTIF_LOGIN)%'
|
|
password: '%env(string:EDNOTIF_PASSWORD)%'
|
|
token_ttl_seconds: 900
|
|
soap_options:
|
|
trace: false
|
|
exceptions: true
|
|
connection_timeout: 15
|