Skip to content

Commit

Permalink
change password field in the config
Browse files Browse the repository at this point in the history
  • Loading branch information
ham1255 committed Jun 29, 2022
1 parent b3bc51b commit 39c45b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RedisBungee-API/src/main/resources/example_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39c45b3

Please sign in to comment.