backend/.env.template

6 lines
229 B
Plaintext
Raw Permalink Normal View History

2023-03-26 14:16:18 +03:00
DATABASE_URL=postgres://postgres:postgres@127.0.0.1:5432/marking_hack
CELERY_BROKER_URL=redis://localhost:6379/0
REDIS_URL=redis://localhost:6379/1
REDIS_CACHE=rediscache://localhost:6379/1
USE_DOCKER=no
EMAIL_HOST=127.0.0.1:8025