hiding few secret variable values in source code in build #16395
pranay-battu
started this conversation in
General
Replies: 1 comment
-
just use process.env["salt"], ... it shouldn't but included in the build output. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to hide a few variable values from the source code but during the execution of that particular piece of code, should be able to use that variable. ex: any api-key, salt, encryption key
Beta Was this translation helpful? Give feedback.
All reactions