add SERVER_HMAC_KEY to example

This commit is contained in:
Emilien 2024-11-05 00:52:19 +01:00
parent 7ba1425bcd
commit e4140a9e1e

View file

@ -9,5 +9,5 @@ Companion for Invidious which handle all the video stream retrieval from YouTube
## Run Locally
```
deno task dev
SERVER_HMAC_KEY=CHANGEME deno task dev
```