Moved CELERY_BROKER_URL definition to .django env file to resolve error when Celery is not used (PR #1693)

This commit is contained in:
Demetris Stavrou 2018-06-22 17:32:10 +03:00
parent d79f122bc9
commit 7c69704f9f

View File

@ -5,9 +5,6 @@ set -o pipefail
set -o nounset
# N.B. If only .env files supported variable expansion...
export CELERY_BROKER_URL="${REDIS_URL}"
if [ -z "${POSTGRES_USER}" ]; then
base_postgres_image_default_user='postgres'
export POSTGRES_USER="${base_postgres_image_default_user}"