diff --git a/Tools.md b/Tools.md index f2e7aa6..26dc2fd 100644 --- a/Tools.md +++ b/Tools.md @@ -1,7 +1,14 @@ ### Crontab -* `/crontab/torrent/scrape` - Calculate torrent scrape totals +* `/crontab/torrent/scrape/{key}` - Calculates torrent scrape totals, usually one torrent per minute ### Tools -* `/tool/torrent/reindex` - Reindex all torrents keywords (according to latest application logic) \ No newline at end of file +* `/tool/torrent/reindex/{key}` - Reindex all torrents keywords (according to latest application logic) + + +*** + +`{key}` - is the application access key string, passed in URL to prevent third party HTTP requests. + +Could be configured according to the environment. By default - hosted in `.env` file, `APP_KEY=EDITME` option. \ No newline at end of file