From 8f8c016036685883f4c7b4db8eaf41c200acbf61 Mon Sep 17 00:00:00 2001 From: kastov Date: Mon, 8 Dec 2025 06:48:14 +0300 Subject: [PATCH] docs: add Redis socket variable to environment variables documentation and remove HWID section --- docs/install/environment-variables.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/docs/install/environment-variables.md b/docs/install/environment-variables.md index ca2580a..226197f 100644 --- a/docs/install/environment-variables.md +++ b/docs/install/environment-variables.md @@ -77,6 +77,7 @@ API_INSTANCES=1 | `REDIS_PORT` | The port of the Redis server | `6379` | Yes | | `REDIS_DB` | The database of the Redis server | `0` | No | | `REDIS_PASSWORD` | The password of the Redis server | | No | +| `REDIS_SOCKET` | The socket of the Redis server | | No |
Example @@ -372,25 +373,6 @@ NOT_CONNECTED_USERS_NOTIFICATIONS_AFTER_HOURS=[6, 24, 48]
-## HWID - -| Variable | Description | Default | -| ---------------------------- | ---------------------------------------------------------------------------------------- | ------- | -| `HWID_DEVICE_LIMIT_ENABLED` | Enable/Disable Global HWID device limit | `false` | -| `HWID_FALLBACK_DEVICE_LIMIT` | The fallback number of devices allowed per user | | -| `HWID_MAX_DEVICES_ANNOUNCE` | Annonunce message when max devices are reached or HWID is not sent by client application | | - -
-Example - -```bash title=".env file" -HWID_DEVICE_LIMIT_ENABLED=true -HWID_FALLBACK_DEVICE_LIMIT=10 -HWID_MAX_DEVICES_ANNOUNCE="Max devices reached" -``` - -
- ## Miscellaneous | Variable | Description | Default |