Skip to content

Commit

Permalink
test env
Browse files Browse the repository at this point in the history
  • Loading branch information
pv-gaurangpatel committed Feb 6, 2024
1 parent 37bf2ba commit 8acb2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const secretValue = process.env.SECRETVALUE;
const secretValue = process.env.YOUR_SECRET;
console.log('Secret value:', secretValue);

0 comments on commit 8acb2ee

Please sign in to comment.