Skip to content

Commit

Permalink
docs(sip-jibri): SIP related environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Mar 6, 2024
1 parent 9aba1f6 commit 5979301
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sip-jibri/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ If you need to set a SIP account for `sip-jibri`, set the following environment
variables:

```bash
-e SIP_ID='jitsi <sip:[email protected]>' \
-e SIP_REGISTRAR='sip:sip.mydomain.corp' \
-e SIP_REALM='*' \
-e SIP_USERNAME=1001 \
-e SIP_PASSWORD=mysippassword \
-e SIP_ID='jitsi <sip:[email protected]>' \
-e SIP_REGISTRAR='sip:sip.mydomain.corp' \
-e SIP_REALM='*' \
-e SIP_USERNAME=1001 \
-e SIP_PASSWORD=mysippassword \
```

## Sponsors
Expand Down

0 comments on commit 5979301

Please sign in to comment.