ga-wdi-boston / express-api

Other
2 stars 110 forks source link

Add step for linux for SECRET_KEY #20

Closed berziiii closed 7 years ago

berziiii commented 8 years ago

sudo echo SECRET_KEY=$(/usr/local/opt/openssl/bin/openssl rand -base64 66 | tr -d '\n') >>.env

?? Total guess...

raq929 commented 7 years ago

@gaand, do you know the linux command to do this?

gaand commented 7 years ago
echo SECRET_KEY=$(/usr/bin/openssl rand -base64 66 | tr -d '\n') >>.env