DEV Community

Discussion on: Securing environment variables with lastpass

Collapse
 
brandtdaniels profile image
Brandt Daniels

I had a lot of trouble with this section since I'm new to lastpass:

Now head over to lastpass and create a folder called .env. I've called it this but in reality you can call it whatever you want. I like the idea of having all your scripts in the one folder so that you know where they are. The next thing to do is to create the first script. I've created one called github that has the following content:

Maybe you could elaborate more there.

Also, I have several values that contain space like
APP_NAME="My App Name"

The script couldn't handle those spaces...any thoughts on that?