Skip to content

Commit

Permalink
Merge pull request #1336 from Melon-Oof/master
Browse files Browse the repository at this point in the history
Update BungeeSettings.yml
  • Loading branch information
BenCodez authored Feb 27, 2024
2 parents ed8c504 + 419153d commit 2a5d5d3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions VotingPlugin/Resources/BungeeSettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@ UseBungeecord: false
# SOCKETS
# PLUGINMESSAGING (Recommended)
# MYSQL
# REDIS
# REDIS (2nd Most Recommended)
BungeeMethod: PLUGINMESSAGING

# Use Redis for between server communication, set BungeeMethod to REDIS to use this
Redis:
Host: localhost
Port: 6379
Username: ''
# To get the user name, run redis-cli, if you set a password, run "auth <your password>" and if the out put is "OK" run "ACL USERS"
Username: 'default'
Password: ''
# Set a prefix from an entire proxy network if using mutli-proxy setup below
# Set a prefix from an entire proxy network if using multi-proxy setup below
Prefix: ''

# Enables more debug messages for communication between servers
Expand Down

0 comments on commit 2a5d5d3

Please sign in to comment.