🐛 changed username
This commit is contained in:
parent
d2d9305dd0
commit
83c5528fea
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue