You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Environment variables in `.env`:
22
22
| MONGO_PASSWORD | MongoDB password |
23
23
| MONGO_DB_NAME | MongoDB database name |
24
24
| MONGO_CREATE_TEXT_INDEX |`true` or `1` to let MongoDB create a text index (helpful for [text search](https://docs.mongodb.com/manual/text-search/)) |
25
-
| MONGO_OUTSIDE_PORT | Exposed MongoDB port on your host machine. |
25
+
| MONGO_OUTSIDE_PORT | Exposed MongoDB port, accessible on your host machine. |
26
26
| MAX_WORKERS | Number of worker threads for the crawler. Remove for auto assignment. |
27
27
| KEEP_DAYS | Discard articles older than **n** days. Default is "2". |
0 commit comments