Update config_example.json (#151)

Add missing commas
This commit is contained in:
88plug 2019-09-06 09:23:03 -07:00 committed by Beshoy Girgis
parent 9ec2b01fd9
commit ff08ac3465
1 changed files with 2 additions and 2 deletions

View File

@ -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": ""