Skip to content

Commit

Permalink
Merge pull request #2 from Airbase/use_redis_url_env
Browse files Browse the repository at this point in the history
Use REDIS_URL env for redis
  • Loading branch information
sidmitra authored Jul 20, 2022
2 parents 86647d5 + 2daa427 commit b4561c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
worker: python cli.py --broker=$REDIS_BROKER
worker: python cli.py --broker=$REDIS_URL

0 comments on commit b4561c3

Please sign in to comment.