Skip to content

Commit

Permalink
chore: remove twitter bearer token requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakiyo committed Jul 3, 2023
1 parent 0ef95ab commit 2ccfc53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ DEPLOY=<Set this to TRUE for registering slash commands on startup>
NODE_ENV=<production|dev>
YOUTUBE_API_KEY=<Youtube api key>
YOUTUBE_COOKIE=<Youtube cookie keys>
TWITTER_BEARER_TOKEN=<Twitter bearer token>
```
If you are deploying in production, do set the `NODE_ENV` to `production`. On dev it logs errors to console and other helpful stuff which are usually not needed in production. Once you are done with the env file, install packages and seed the database. Seeding is required as some of the code expect the bare minimum data to be there in the database.
```bash
Expand Down

0 comments on commit 2ccfc53

Please sign in to comment.