Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyvastis committed Apr 13, 2021
1 parent 9ad0a20 commit 9340c2d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ Symfony bundle for the Salesforce SOAP client.
add to your config yml:

```yaml
arsenal:
soap_client_salesforce:
wsdl: '%kernel.root_dir%/Resources/wsdl/%env(SALESFORCE_WSDL)%'
username: '%env(SALESFORCE_USERNAME)%'
password: '%env(SALESFORCE_PASSWORD)%'
token: ~
salesforce:
wsdl: '%kernel.root_dir%/Resources/wsdl/%env(SALESFORCE_WSDL)%'
username: '%env(SALESFORCE_USERNAME)%'
password: '%env(SALESFORCE_PASSWORD)%'
token: ~
```
add env vars yo your config and fill in the values
Expand Down

0 comments on commit 9340c2d

Please sign in to comment.