From 2daa4274820dc296fee2b6b3e1e57f532c50f904 Mon Sep 17 00:00:00 2001 From: Hassan K Salim Date: Wed, 20 Jul 2022 22:55:20 +0530 Subject: [PATCH] Use REDIS_URL env for redis --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index 645413f..8582fb3 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: python cli.py --broker=$REDIS_BROKER +worker: python cli.py --broker=$REDIS_URL