Skip to content

Commit 0f58fe3

Browse files
committed
Revert "Fix redis connection (#500)"
This reverts commit 94aa892.
1 parent 94aa892 commit 0f58fe3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conf/ocfweb.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[django]
22
secret = not_a_secret
33
debug = false
4-
redis_uri = rediss://127.0.0.1:6378/0
4+
redis_uri = redis://127.0.0.1:6378/0
55

66
# static assets
77
static_url = /static/
88
static_root =
99

1010
[celery]
11-
broker = rediss://127.0.0.1:6378
12-
backend = rediss://127.0.0.1:6378
11+
broker = redis://127.0.0.1:6378
12+
backend = redis://127.0.0.1:6378
1313

1414
[ocfmail]
1515
user = ocfmail

0 commit comments

Comments
 (0)