From cbfb17cc8a05fed134d612f7e1f045f21bc9db9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lasse=20J=C3=B8rgensen?= <28780271+lasjorg@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:49:53 +0200 Subject: [PATCH] fix(curriculum): remove DB from env instructions (#55321) --- .../information-security-projects/stock-price-checker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/09-information-security/information-security-projects/stock-price-checker.md b/curriculum/challenges/english/09-information-security/information-security-projects/stock-price-checker.md index 0991de6abe6..db759056aec 100644 --- a/curriculum/challenges/english/09-information-security/information-security-projects/stock-price-checker.md +++ b/curriculum/challenges/english/09-information-security/information-security-projects/stock-price-checker.md @@ -20,7 +20,7 @@ Working on this project will involve you writing your code using one of the foll # --instructions-- -1. SET `NODE_ENV` to `test` without quotes and set `DB` to your MongoDB connection string +1. Set the `NODE_ENV` environment variable to `test`, without quotes 2. Complete the project in `routes/api.js` or by creating a handler/controller 3. You will add any security features to `server.js` 4. You will create all of the functional tests in `tests/2_functional-tests.js`