From 83c5528fea598189fc0b13fb0d84a01be02891ad Mon Sep 17 00:00:00 2001 From: Rayan fernandes <37145078+Rayanfer32@users.noreply.github.com> Date: Sun, 6 Jun 2021 17:41:41 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20changed=20username?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 515eb74..a29011f 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ pip3 install -U -r requirements.txt | `DEBUG` (optional) | Give `true` to set logging level to debug, info by default. | `BLOCK_DOWNLOADS` (optional) | Enable downloads or not. If any value is provided, downloads will be disabled. | `RESULTS_PER_PAGE` (optional) | Number of results to be returned per page defaults to 20. -| `USERNAME` (optional) | Username for authentication, defaults to `''`. +| `TGINDEX_USERNAME` (optional) | Username for authentication, defaults to `''`. | `PASSWORD` (optional) | Username for authentication, defaults to `''`. | `SESSION_COOKIE_LIFETIME` (optional) | Number of minutes, for which authenticated session is valid for, after which user has to login again. defaults to 60. | `SECRET_KEY` (optional) | Long string for signing the session cookies, required if authentication is enabled.