mirror of
https://github.com/mistakes-23/backend.git
synced 2024-11-10 18:26:35 +03:00
5 lines
162 B
Bash
5 lines
162 B
Bash
|
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
|