From b3d8df79ec9f8a99e1ed6aca52b9a06ea2c755b7 Mon Sep 17 00:00:00 2001 From: ahmadmm <ahmadmm@stud.ntnu.no> Date: Thu, 7 Dec 2023 19:49:24 +0100 Subject: [PATCH] Updated README file --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 839fb73..ea55a96 100644 --- a/README.md +++ b/README.md @@ -68,14 +68,8 @@ Before beginning, make sure you have installed: ``` npm install ``` - - Create a `config.env` file in the backend directory and fill in the necessary configurations with this form: - - ```env - # NODE_ENV = - # PORT= - # DATABASE= - # TOKEN_SECRET= - ``` + - Create a `config.env` file in the backend directory and fill in the necessary configurations with this form + - After talking with the professor we were advised not to include this file in the git repo. <!-- Placeholder for future configuration details --> -- GitLab