From 22a4d0332d6a72d60e83ef199935ef35a5d3a5e1 Mon Sep 17 00:00:00 2001 From: Tux Date: Fri, 15 Nov 2013 18:15:20 -0500 Subject: [PATCH] Comment the configuration. --- src/main/resources/example_config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/example_config.yml b/src/main/resources/example_config.yml index a123270..af91057 100644 --- a/src/main/resources/example_config.yml +++ b/src/main/resources/example_config.yml @@ -1,6 +1,14 @@ +# The Redis server you use. +# Get Redis from http://redis.io/ redis-server: 127.0.0.1 + +# An identifier for this BungeeCord instance. server-id: iluvbungee + +# Whether or not /glist showall output should match vanilla BungeeCord. canonical-glist: true + +# All other RedisBungee server IDs in the network. linked-servers: - dastank - americancoffee