Skip to content

Commit

Permalink
docs: describe '--env-file' param
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusstefan committed Dec 17, 2024
1 parent 5246a01 commit 3acab54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ After installing the package, you can use the provided [opensips-mi](opensips/mi
- `-f` or `--fifo-file` - the path to the FIFO file.
- `-fb` or `--fifo-fallback` - the path to the FIFO fallback file.
- `-fd` or `--fifo-reply-dir` - the directory where the FIFO reply files are stored.
- `--env-file` - the path to the environment file that contains the MI parameters (by default, the script will look for the `.env` file in the current directory); lower priority than the command line arguments.

#### Usage
```bash
Expand All @@ -98,6 +99,7 @@ You can use the provided [opensips-event](opensips/event/__main__.py) script to
- `-lp` or `--listen-port` - the port to listen on.
- `-e` or `--expire` - the expiration time for the subscription.
- the event name to subscribe for.
- `--env-file` - the path to the environment file that contains the MI parameters (by default, the script will look for the `.env` file in the current directory); lower priority than the command line arguments.

#### Usage
```bash
Expand Down

0 comments on commit 3acab54

Please sign in to comment.