Hiding Passwords and Secret Keys in Environment Variables
Adding a Environment Variable (Windows)
System Menu > Advanced System Settings
> Environment Variables...
> in User Variables click New...
> insert variable name (VAR_NAME) and value (VAR_VALUE)
When coding it may be necessary to restart your IDE or text editor.
Adding a Environment Variable (Linux and Mac)
Open the terminal:
To the file add the line and save:
When coding it may be necessary to restart your IDE or text editor.