mirror of
https://github.com/BlackWallTeam/Backend.git
synced 2024-11-21 16:26:34 +03:00
5 lines
168 B
Plaintext
5 lines
168 B
Plaintext
DATABASE_URL=postgres://postgres:postgres@127.0.0.1:5432/real_estate_search
|
|
CELERY_BROKER_URL=redis://localhost:6379/0
|
|
REDIS_URL=redis://localhost:6379/1
|
|
USE_DOCKER=no
|