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
@@ -23,7 +23,7 @@ Environment variables in `.env`:
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
25
26
-
At the moment, there are no more options. If you want to change the sources being crawled, take a look at [sources.json](crawler/app/assets/sources.json).
26
+
At the moment, there are no other options. If you want to change the sources being crawled, take a look at [sources.json](crawler/app/assets/sources.json).
27
27
28
28
## Dev setup
29
29
1. Save `.env.example` to `.env` and edit it (see "Config").
0 commit comments