mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-22 20:28:00 +00:00
reorder config.yml of redisbungee
This commit is contained in:
parent
26b58252eb
commit
4f43c98c87
@ -1,6 +1,11 @@
|
|||||||
# RedisBungee configuration file.
|
# RedisBungee configuration file.
|
||||||
# Get Redis from http://redis.io/
|
# Get Redis from http://redis.io/
|
||||||
|
|
||||||
|
# The Redis server you use.
|
||||||
|
# these settings are ignored when cluster mode is enabled.
|
||||||
|
redis-server: 127.0.0.1
|
||||||
|
redis-port: 6379
|
||||||
|
|
||||||
# Cluster Mode
|
# Cluster Mode
|
||||||
# enabling this option will enable cluster mode.
|
# enabling this option will enable cluster mode.
|
||||||
cluster-mode-enabled: false
|
cluster-mode-enabled: false
|
||||||
@ -20,11 +25,6 @@ redis-cluster-servers:
|
|||||||
- host: 127.0.0.1
|
- host: 127.0.0.1
|
||||||
port: 6379
|
port: 6379
|
||||||
|
|
||||||
# The Redis server you use.
|
|
||||||
# these settings are ignored when cluster mode is enabled.
|
|
||||||
redis-server: 127.0.0.1
|
|
||||||
redis-port: 6379
|
|
||||||
|
|
||||||
# THIS FEATURE IS REDIS V6+
|
# THIS FEATURE IS REDIS V6+
|
||||||
# OPTIONAL: if your redis uses acl usernames set the username here. leave empty for no username.
|
# OPTIONAL: if your redis uses acl usernames set the username here. leave empty for no username.
|
||||||
redis-username: ""
|
redis-username: ""
|
||||||
@ -79,4 +79,4 @@ exempt-ip-addresses: []
|
|||||||
# disable-kick-when-online: true
|
# disable-kick-when-online: true
|
||||||
|
|
||||||
# Config version DO NOT CHANGE!!!!
|
# Config version DO NOT CHANGE!!!!
|
||||||
config-version: 1
|
config-version: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user