Skip to content

Commit

Permalink
Fix README.md example DSN.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulferrett committed Sep 23, 2022
1 parent 542629e commit b4ae99c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ DSN example
-----------

```
PLIVO_DSN=plivo://SID:TOKEN@default?from=FROM
PLIVO_DSN=plivo://AUTH_ID:AUTH_TOKEN@default?from=FROM&statusUrl=URL&statusUrlMethod=METHOD
```

where:
- `SID` is your Twillio ID
- `TOKEN` is your Plivo token
- `AUTH_ID` is your Plivo auth ID
- `AUTH_TOKEN` is your Plivo auth token
- `FROM` is your sender
- `URL` (optional) is the URL to which Plivo should send delivery updates
- `METHOD` (optional) is the HTTP method (GET, POST) with which Plivo should call `URL`

Resources
---------
Expand Down

0 comments on commit b4ae99c

Please sign in to comment.