update readme to reflect webhook_url addition in 884ef30c79
This commit is contained in:
parent
9268538891
commit
128f078c43
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ The .env file is used for server setup. A example one with the fields already th
|
||||||
| `boss_hmac_key` | `str` | *Required* | HMAC key for Boss |
|
| `boss_hmac_key` | `str` | *Required* | HMAC key for Boss |
|
||||||
| `cookie_secure` | `bool` | `True` | Primarily for debugging, controls the flag in cookies |
|
| `cookie_secure` | `bool` | `True` | Primarily for debugging, controls the flag in cookies |
|
||||||
| `judd_port` | `int` | `4000` | The port the Judd (telemetry) server will listen on |
|
| `judd_port` | `int` | `4000` | The port the Judd (telemetry) server will listen on |
|
||||||
|
| `webhook_url` | str | *Required* | Where logging of blacklist.json will be sent to |
|
||||||
|
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> For dumping your boss keys, see [this](https://github.com/PretendoNetwork/BetterKeyDumper/releases/tag/v1.0.0) HBL app. Note that the keys shown on the screen are garbage, I reccomend using a hex editor on the files it dumps.
|
> For dumping your boss keys, see [this](https://github.com/PretendoNetwork/BetterKeyDumper/releases/tag/v1.0.0) HBL app. Note that the keys shown on the screen are garbage, I reccomend using a hex editor on the files it dumps.
|
||||||
Loading…
Reference in a new issue