Define environment variables
Create an environment script
Relevant environment variables presets
Make sure to set the proper environment entities (API key, JKSs and passwords) every time you change environment variables file.
Copy and paste the preset export of the target environment to your environment script. You may set the environment variables launching the following instruction (setenv.sh
is the name of script where you saved the export commands).
source ./setenv.sh
Last updated