diff --git a/.env.example b/.env.example index 5062bbb..4ee995d 100644 --- a/.env.example +++ b/.env.example @@ -9,3 +9,6 @@ API_SERVER='' API_CLIENT_ID='' # The client secret for the api API_CLIENT_SECRET='' + +# The poll secret used for the poll command +POLL_SECRET='' \ No newline at end of file