mirror of
https://github.com/magnum-opus-tender-hack/backend.git
synced 2024-11-13 04:56:33 +03:00
4 lines
163 B
Plaintext
4 lines
163 B
Plaintext
DJANGO_DEBUG=yes
|
|
DATABASE_URL=postgres://postgres:debug@127.0.0.1:5432/tenderhack
|
|
CELERY_BROKER_URL=redis://localhost:6379/0
|
|
YANDEX_DICT=<your_yandex_dict_api_key> |