backend/.env

5 lines
162 B
Bash
Raw Normal View History

2023-06-25 03:26:59 +03:00
DATABASE_URL=postgres://postgres:postgres@127.0.0.1:5432/dock_checker
CELERY_BROKER_URL=redis://localhost:6379/0
REDIS_URL=redis://localhost:6379/1
USE_DOCKER=no