Skip to content

Commit

Permalink
Changing redis url away from localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
paxnovem committed May 21, 2024
1 parent 34a974b commit 65155a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_flaskrq.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class config:
RQ_LOW_DB = 1
RQ_HIGH_URL = 'redis://localhost:6379/3'
RQ_HIGH_URL = 'redis://redis:6379/3'


def create_app():
Expand Down

0 comments on commit 65155a1

Please sign in to comment.