backend/.env.example

4 lines
163 B
Plaintext
Raw Permalink Normal View History

2022-10-21 21:39:04 +03:00
DJANGO_DEBUG=yes
DATABASE_URL=postgres://postgres:debug@127.0.0.1:5432/tenderhack
CELERY_BROKER_URL=redis://localhost:6379/0
2022-10-22 17:31:40 +03:00
YANDEX_DICT=<your_yandex_dict_api_key>