mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-22 23:46:33 +03:00
18 lines
511 B
Plaintext
18 lines
511 B
Plaintext
# General
|
|
# ------------------------------------------------------------------------------
|
|
USE_DOCKER=yes
|
|
IPYTHONDIR=/app/.ipython
|
|
DJANGO_READ_DOT_ENV_FILE=no
|
|
# Redis
|
|
# ------------------------------------------------------------------------------
|
|
REDIS_URL=redis://redis:6379/1
|
|
REDIS_CACHE=rediscache://redis:6379/1
|
|
CELERY_BROKER_URL=redis://redis:6379/0
|
|
|
|
# Celery
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# Flower
|
|
CELERY_FLOWER_USER=debug
|
|
CELERY_FLOWER_PASSWORD=debug
|