From 8862cfcfce32a9fae3ed5068b5323e333e38bf06 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 13 May 2021 15:41:05 +0200 Subject: [PATCH] chg: [etc] default kvrocks configuration - localhost binding --- backend/etc/kvrocks.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/etc/kvrocks.conf b/backend/etc/kvrocks.conf index 7e61cb5..147246a 100644 --- a/backend/etc/kvrocks.conf +++ b/backend/etc/kvrocks.conf @@ -8,8 +8,8 @@ # Examples: # # bind 192.168.1.100 10.0.0.1 -# bind 127.0.0.1 -bind 0.0.0.0 +bind 127.0.0.1 +#bind 0.0.0.0 # Accept connections on the specified port, default is 6666. port 3033 @@ -26,7 +26,7 @@ repl-workers 1 # By default kvrocks does not run as a daemon. Use 'yes' if you need it. # Note that kvrocks will write a pid file in /var/run/kvrocks.pid when daemonized. -daemonize no +daemonize yes # Set the max number of connected clients at the same time. By default # this limit is set to 10000 clients, however if the server is not