Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
deptyped committed May 16, 2024
1 parent 60bdfb9 commit 89b4ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ Follow these steps to set up and run your bot using this template:
npm install --only=prod
```

Set `NODE_ENV` environment variable to `production` in your `.env` file.
Update `BOT_WEBHOOK` with the actual URL where your bot will receive updates.
Set `NODE_ENV` environment variable to `production` in your `.env` file.
Update `BOT_WEBHOOK` with the actual URL where your bot will receive updates.
Update `BOT_WEBHOOK_SECRET` with a random secret token.

```dotenv
Expand Down

0 comments on commit 89b4ef7

Please sign in to comment.