From e053814c281d1e869b9422eb3fd7b34157c4f97c Mon Sep 17 00:00:00 2001 From: Naman-1234 <63748249+Naman-1234@users.noreply.github.com> Date: Wed, 7 Apr 2021 19:56:37 +0530 Subject: [PATCH] Added instruction to remove PRIVATE KEY from README (#251) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c58016fd..ff16ad8b 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,10 @@ Please refer to the following instructions to setup Oppiabot for the first time 7. Download the private key. It will be a `.pem` file. Move it to the root directory of the project. As long as it's in the root directory, it will be automatically detected regardless of the filename. +Make sure you remove + > PRIVATE_KEY=example_private_key +from .env file, Otherwise app will not work locally. + 8. Edit `.env` and set `APP_ID` to the ID of the app you just created. The App ID can be found in your app settings page here.