akarpov/.envs/.local/.django

17 lines
477 B
Plaintext
Raw Normal View History

2022-11-23 11:41:43 +03:00
# General
# ------------------------------------------------------------------------------
USE_DOCKER=yes
IPYTHONDIR=/app/.ipython
2022-12-21 00:50:36 +03:00
DJANGO_READ_DOT_ENV_FILE=no
2022-11-23 11:41:43 +03:00
# Redis
# ------------------------------------------------------------------------------
REDIS_URL=redis://redis:6379/0
2022-12-21 00:50:36 +03:00
CELERY_BROKER_URL=redis://localhost:6379/0
2022-11-23 11:41:43 +03:00
# Celery
# ------------------------------------------------------------------------------
# Flower
CELERY_FLOWER_USER=debug
CELERY_FLOWER_PASSWORD=debug