From 39c45b3eab6f9a1d0050605ba8c18a504508b4cf Mon Sep 17 00:00:00 2001 From: mohammed jasem alaajel Date: Wed, 29 Jun 2022 18:16:16 +0400 Subject: [PATCH] change password field in the config --- RedisBungee-API/src/main/resources/example_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RedisBungee-API/src/main/resources/example_config.yml b/RedisBungee-API/src/main/resources/example_config.yml index 25b9808..46bb865 100644 --- a/RedisBungee-API/src/main/resources/example_config.yml +++ b/RedisBungee-API/src/main/resources/example_config.yml @@ -5,7 +5,7 @@ # Get Redis from http://redis.io/ redis-server: 127.0.0.1 redis-port: 6379 -# OPTIONAL: If your Redis server uses AUTH, set the password required. +# OPTIONAL but recommended: If your Redis server uses AUTH, set the password required. redis-password: "" # Maximum connections that will be maintained to the Redis server. # The default is 10. This setting should be left as-is unless you have some wildly