Fix typos in environment-variables documentation (#217)

This commit is contained in:
Mishkat
2025-11-13 03:36:40 +03:00
committed by GitHub
parent 779cef4b28
commit cf0a44c1a8

View File

@@ -376,7 +376,7 @@ NOT_CONNECTED_USERS_NOTIFICATIONS_AFTER_HOURS=[6, 24, 48]
| Variable | Description | Default |
| ---------------------------- | ---------------------------------------------------------------------------------------- | ------- |
| `HWID_DEVICE_LIMIT_ENABLED` | Enable/Disable Gloval HWID device limit | `false` |
| `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 | |
@@ -395,7 +395,7 @@ HWID_MAX_DEVICES_ANNOUNCE="Max devices reached"
| Variable | Description | Default |
| ------------------------- | ---------------------------------------------------------------------------------------- | ------- |
| `SHORT_UUID_LENGTH` | The length of the generated short UUID (subscription). Min. lenght 16 and max. lenght 64 | `16` |
| `SHORT_UUID_LENGTH` | The length of the generated short UUID (subscription). Min. length 16 and max. length 64 | `16` |
| `IS_HTTP_LOGGING_ENABLED` | Enable/Disable HTTP logging | `false` |
| `JWT_AUTH_LIFETIME` | The lifetime of the auth JWT in hours. Possible values from 12 to 168. | `12` |