Add crab configuration variables
This commit is contained in:
parent
6af42fc22c
commit
6c6fc68f4a
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue