From 2ccfc5385128ba2c269832414a389b3b7c2cd22f Mon Sep 17 00:00:00 2001 From: Yakiyo Date: Mon, 3 Jul 2023 08:29:45 +0000 Subject: [PATCH] chore: remove twitter bearer token requirement --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 78db9e5..3cdc929 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,6 @@ DEPLOY= NODE_ENV= YOUTUBE_API_KEY= YOUTUBE_COOKIE= -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