akarpov/.envs/.local/.django

21 lines
591 B
Plaintext
Raw Permalink 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
# ------------------------------------------------------------------------------
2023-01-03 01:31:02 +03:00
REDIS_URL=redis://redis:6379/1
2023-01-03 10:58:52 +03:00
REDIS_CACHE=rediscache://redis:6379/1
2023-12-07 02:52:24 +03:00
REDIS_CACHE_URL=redis://redis:6379/1
2023-01-03 01:31:02 +03:00
CELERY_BROKER_URL=redis://redis:6379/0
2022-11-23 11:41:43 +03:00
# Celery
# ------------------------------------------------------------------------------
# Flower
CELERY_FLOWER_USER=debug
CELERY_FLOWER_PASSWORD=debug
2023-11-07 12:47:21 +03:00
ELASTIC_SEARCH=http://elasticsearch:9200/