i am trying to store my api keys in a variable via the terminal but i am unsure why it is not saving/storing my api keys.
for example, in the terminal when i type the below:
export GMAIL_USERNAME="myname@gmail.com"then when i type in
envi can see the varaibale has been stored:
- but when i restart my terminal the variable
GMAIL_USERNAME="myname@gmail.com"is no longer there
could one tell me where i am going wrong? all i would like to do is store in development my api secret keys in a variable. your help would be much appreciated