Skip to content

Instantly share code, notes, and snippets.

@ybenitezf
Created May 28, 2021 01:54
Show Gist options
  • Save ybenitezf/eb85efedf021800fed3919f69314d00b to your computer and use it in GitHub Desktop.
Save ybenitezf/eb85efedf021800fed3919f69314d00b to your computer and use it in GitHub Desktop.
Create a secured secret_key for use with dotenv
echo "SECRET_KEY=`cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 512 | head -n 1`" > .env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment