Skip to content

Commit 87fd77d

Browse files
committed
fix: force redis connection to v4 localhost address
1 parent 0ff71f2 commit 87fd77d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conf/xo-server.toml.j2

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ key = {{ env['KEY_PATH'] }}
126126
#
127127
# Default: redis://localhost:6379/0
128128
#uri = 'redis://redis.company.lan/42'
129+
uri = 'redis://127.0.0.1:6379/0'
129130

130131
# List of aliased commands.
131132
#

0 commit comments

Comments
 (0)