Add crab configuration variables

This commit is contained in:
Jake Howard 2019-07-25 08:39:08 +01:00
parent 6af42fc22c
commit 6c6fc68f4a
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -26,3 +26,8 @@ alias ctfs="cd ~/catfish && ./start && cd - > /dev/null"
alias ctpt="NO_MIGRATIONS=true IN_TEST=true FILE_STORAGE='django.core.files.storage.FileSystemStorage' ctpr manage.py test $@ --keepdb"
export CATFISH_HOSTNAME_OVERRIDE=localhost
# Crab
export ENV_FILE=etc/environments/development/env,.env
export PROC_FILE=etc/environments/development/procfile
export BIN_DIRS=env/bin