How to stop process.env from removing characters from value #696
-
So If I have a password with a "password#" at the end. console.log(process.env.MY_PASSWORD) prints out "password" (without the #) Is there an option to not remove these characters ? |
Beta Was this translation helpful? Give feedback.
Answered by
firesightstudios
Nov 15, 2022
Replies: 1 comment
-
nevermind I just seen the part about wrapping it in quotes. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
motdotla
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nevermind I just seen the part about wrapping it in quotes.