Backend/.env.template

5 lines
168 B
Plaintext
Raw Permalink Normal View History

2023-02-18 17:44:52 +03:00
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