Skip to content

Commit

Permalink
feat: readme updated with env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
oshinongit committed Dec 15, 2023
1 parent c74422c commit 8dcd825
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,18 @@ Start an Intercom Manager instance:
docker run -d -p 8000:8000 \
-e PORT=8000 \
-e SMB_ADDRESS=http://<smburl>:<smbport> \
-e SMB_POLL=true \
-e SMB_POLL_INTERVAL_S=60 \
eyevinntechnology/intercom-manager
```

```
PORT=8000 intercom-manager api port.
SMB_ADDRESS=http://<smburl>:<smbport> The address:port of the Symphony Media Bridge instance.
SMB_POLL=true Activate regular interval polling to remove unused endpoints. Defaults to false.
SMB_POLL_INTERVAL_S=60 Polling interval length in seconds. Defaults to 60. Api will never poll more often than every 20s.
```

API docs is then available on `http://localhost:8000/docs/`

## Development
Expand Down

0 comments on commit 8dcd825

Please sign in to comment.