Skip to content

Commit 3acab54

Browse files
committed
docs: describe '--env-file' param
1 parent 5246a01 commit 3acab54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ After installing the package, you can use the provided [opensips-mi](opensips/mi
7777
- `-f` or `--fifo-file` - the path to the FIFO file.
7878
- `-fb` or `--fifo-fallback` - the path to the FIFO fallback file.
7979
- `-fd` or `--fifo-reply-dir` - the directory where the FIFO reply files are stored.
80+
- `--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.
8081

8182
#### Usage
8283
```bash
@@ -98,6 +99,7 @@ You can use the provided [opensips-event](opensips/event/__main__.py) script to
9899
- `-lp` or `--listen-port` - the port to listen on.
99100
- `-e` or `--expire` - the expiration time for the subscription.
100101
- the event name to subscribe for.
102+
- `--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.
101103

102104
#### Usage
103105
```bash

0 commit comments

Comments
 (0)