parent
9ec2b01fd9
commit
ff08ac3465
|
@ -26,7 +26,7 @@
|
|||
},
|
||||
"redis": {
|
||||
"_disabled_socket": "/var/run/redis/redis.sock",
|
||||
"_socket": "Set socket to enable UNIX domain sockets, otherwise leave unset and set host and port."
|
||||
"_socket": "Set socket to enable UNIX domain sockets, otherwise leave unset and set host and port.",
|
||||
"host": "127.0.0.1",
|
||||
"port": 6379,
|
||||
"password": ""
|
||||
|
@ -58,7 +58,7 @@
|
|||
|
||||
"redis": {
|
||||
"_disabled_socket": "/var/run/redis/redis.sock",
|
||||
"_socket": "Set socket to enable UNIX domain sockets, otherwise leave unset and set host and port."
|
||||
"_socket": "Set socket to enable UNIX domain sockets, otherwise leave unset and set host and port.",
|
||||
"host": "127.0.0.1",
|
||||
"port": 6379,
|
||||
"password": ""
|
||||
|
|
Loading…
Reference in New Issue