2024-12-24 15:40:58 +01:00
|
|
|
HTTPS=off
|
2025-02-16 16:54:32 +01:00
|
|
|
SITH_DEBUG=true
|
2024-12-24 15:40:58 +01:00
|
|
|
|
|
|
|
# This is not the real key used in prod
|
|
|
|
SECRET_KEY=(4sjxvhz@m5$0a$j0_pqicnc$s!vbve)z+&++m%g%bjhlz4+g2
|
|
|
|
|
2025-02-16 16:54:32 +01:00
|
|
|
# comment the sqlite line and uncomment the postgres one to switch the dbms
|
2024-12-24 15:40:58 +01:00
|
|
|
DATABASE_URL=sqlite:///db.sqlite3
|
|
|
|
#DATABASE_URL=postgres://user:password@127.0.0.1:5432/sith
|
|
|
|
|
2025-02-17 15:58:53 +01:00
|
|
|
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
|