� fixed typo in

This commit is contained in:
Abdullah Adeel 2022-01-14 05:10:19 +05:00
parent ab7d44049c
commit 18fe62a341

View File

@ -15,7 +15,6 @@ variables:
MYSQL_ROOT_PASSWORD: ''
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
{% endif -%}
{%- endif %}
{% if cookiecutter.use_celery == 'y' -%}
CELERY_BROKER_URL: 'redis://redis:6379/0'
{%- endif %}