mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-22 20:28:00 +00:00
change config in readme, move config-version below
This commit is contained in:
parent
2c8c5fc1cf
commit
e4012a8d7b
@ -116,7 +116,7 @@ For current version [0.8.0](https://proxiodev.github.io/RedisBungee-JavaDocs/0.8
|
||||
|
||||
## Configuration
|
||||
|
||||
**REDISBUNGEE REQUIRES A REDIS SERVER**, preferably with reasonably low latency. The default [config](https://github.com/ProxioDev/RedisBungee/blob/develop/RedisBungee-API/src/main/resources/example_config.yml) is saved when the plugin first starts.
|
||||
**REDISBUNGEE REQUIRES A REDIS SERVER**, preferably with reasonably low latency. The default [config](https://github.com/ProxioDev/RedisBungee/blob/develop/RedisBungee-API/src/main/resources/config.yml) is saved when the plugin first starts.
|
||||
|
||||
## License!
|
||||
|
||||
|
@ -1,8 +1,4 @@
|
||||
# Config version DO NOT CHANGE!!!!
|
||||
config-version: 1
|
||||
|
||||
# RedisBungee configuration file.
|
||||
# PLEASE READ THE WIKI: https://github.com/ProxioDev/RedisBungee/wiki
|
||||
|
||||
# Cluster Mode
|
||||
# enabling this option will enable cluster mode.
|
||||
@ -61,4 +57,7 @@ override-bungee-commands: false
|
||||
|
||||
# A list of IP addresses for which RedisBungee will not modify the response for, useful for automatic
|
||||
# restart scripts.
|
||||
exempt-ip-addresses: []
|
||||
exempt-ip-addresses: []
|
||||
|
||||
# Config version DO NOT CHANGE!!!!
|
||||
config-version: 1
|
Loading…
Reference in New Issue
Block a user