From 8acb2ee6bdee2564dc0023d74f1ac2c5bdac38f6 Mon Sep 17 00:00:00 2001 From: pv-gaurangpatel Date: Tue, 6 Feb 2024 11:05:14 +0530 Subject: [PATCH] test env --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index f0c096b..795ce87 100644 --- a/app.js +++ b/app.js @@ -1,2 +1,2 @@ -const secretValue = process.env.SECRETVALUE; +const secretValue = process.env.YOUR_SECRET; console.log('Secret value:', secretValue);