Skip to content

Commit 6d9d753

Browse files
authored
Update README.md with new environment variables to override the new features (api expansion and text filtering)
1 parent 0f64d01 commit 6d9d753

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ DEFAULT_SPEED=1.2
5555
DEFAULT_LANGUAGE=en-US
5656
5757
REQUIRE_API_KEY=True
58+
REMOVE_FILTER=False
59+
EXPAND_API=True
5860
```
5961

6062
Or, copy the default `.env.example` with the following:
@@ -137,6 +139,8 @@ DEFAULT_SPEED=1.2
137139
DEFAULT_LANGUAGE=en-US
138140
139141
REQUIRE_API_KEY=True
142+
REMOVE_FILTER=False
143+
EXPAND_API=True
140144
```
141145

142146
### 5. Run the Server

0 commit comments

Comments
 (0)