mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 11:59:23 +00:00
Integrate automatic redis startup with the project
This commit is contained in:
@ -8,4 +8,10 @@ SECRET_KEY=(4sjxvhz@m5$0a$j0_pqicnc$s!vbve)z+&++m%g%bjhlz4+g2
|
||||
DATABASE_URL=sqlite:///db.sqlite3
|
||||
#DATABASE_URL=postgres://user:password@127.0.0.1:5432/sith
|
||||
|
||||
CACHE_URL=redis://127.0.0.1:6379/0
|
||||
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
|
||||
|
Reference in New Issue
Block a user