mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 11:59:23 +00:00
Only run full procfile on runserver
This commit is contained in:
@ -12,6 +12,6 @@ REDIS_PORT=7963
|
||||
CACHE_URL=redis://127.0.0.1:${REDIS_PORT}/0
|
||||
|
||||
# Used to select which other services to run alongside
|
||||
# runserver and pytest
|
||||
PROCFILE_RUNSERVER=Procfile.dev
|
||||
PROCFILE_PYTEST=Procfile.pytest
|
||||
# manage.py, pytest and runserver
|
||||
PROCFILE_FULL=Procfile.full
|
||||
PROCFILE_MINIMAL=Procfile.minimal
|
||||
|
Reference in New Issue
Block a user