From 64863036cd958c9984a4ed2196e89de1256dde07 Mon Sep 17 00:00:00 2001 From: Paradox Programming Date: Tue, 11 Feb 2020 19:31:50 -0700 Subject: [PATCH] Updated instructions pertaining to setting up locally --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cde2fc6..31b9e3e 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,5 @@ Feel free to contact me [here](https://paradox42.tech/p/contact) if you have any - Clone or download however desired onto a computer, with a terminal - Make sure `node.js` and `npm` are installed - Run `npm install` - - Create a file called `.env` - - Fill that file with the following info -```txt -DB=test_db -DB_USER=[EFE Mongo Atlas Username] -DB_PASS=[EFE Mongo Atlas Password] -PORT=3000 -SECRET=W&@tEv%r_&ecR#t+Y0u.C{0O$e,I%-gR8! -ACCESS_CONTROL_ALLOW_ORIGIN=* -``` \ No newline at end of file + - Open the file .env with your favorite file editor + - Fill in the `MONGO_CONNECTION` with a string that connects to a database