mirror of
https://github.com/leaders-of-digital-9-task/backend.git
synced 2024-11-14 05:26:34 +03:00
15 lines
406 B
Plaintext
15 lines
406 B
Plaintext
# General
|
|
# ------------------------------------------------------------------------------
|
|
USE_DOCKER=yes
|
|
IPYTHONDIR=/app/.ipython
|
|
# Redis
|
|
# ------------------------------------------------------------------------------
|
|
REDIS_URL=redis://redis:6379/0
|
|
|
|
# Celery
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# Flower
|
|
CELERY_FLOWER_USER=debug
|
|
CELERY_FLOWER_PASSWORD=debug
|