From 52002e8f1e6af09b768d725497e71b61191df2c2 Mon Sep 17 00:00:00 2001 From: Abdulmujeeb Raji Date: Thu, 27 Jul 2023 12:13:41 +0100 Subject: [PATCH] chore(backend): remove mentions of .env This is no longer need in our implementation --- backend/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/backend/README.md b/backend/README.md index 82ebe32..5bd3dae 100644 --- a/backend/README.md +++ b/backend/README.md @@ -8,8 +8,5 @@ and initialize it with the `sql/init.sql` script: $ cat sql/init.sql | sqlite3 users.db ``` -You also need to have a `.env` file in this folder, with the following options specified - -- JWT_SECRET: Used to encrypt tokens for user auth. Must be provided. Should -be cryptographically secure -- PORT: Optionally replace the default port of 7741 \ No newline at end of file +You can optionally provide the `PORT` environment variable to override the +default port of 7741 \ No newline at end of file