symposion_app/dev-env.sh

6 lines
157 B
Bash
Raw Normal View History

# source this for fake developer settings
export DJANGO_SECRET_KEY=`uuidgen -r`
export STRIPE_PUBLIC_KEY=`uuidgen -r`
export STRIPE_SECRET_KEY=`uuidgen -r`