Skip to content

Commit

Permalink
fix: redis url format.
Browse files Browse the repository at this point in the history
  • Loading branch information
teleyinex committed Jun 6, 2020
1 parent df70870 commit d2c10ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings_test.py
Expand Up @@ -34,7 +34,7 @@
REDIS_SENTINEL = [('localhost', 26379)]
REDIS_KEYPREFIX = 'pybossa_cache'
# For RQ-DASHBOARD
REDIS_URL = 'localhost:6379'
REDIS_URL = 'redis://localhost:6379'
WTF_CSRF_ENABLED = False
WTF_CSRF_SSL_STRICT = False
TESTING = True
Expand Down

0 comments on commit d2c10ba

Please sign in to comment.