1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-02 02:42:33 +02:00

Added virtual host support for RabbitMQ (#2877)

This commit is contained in:
Callum Seabrook
2021-02-05 11:38:13 +00:00
committed by GitHub
parent a8dfd38fe6
commit d8aefd23d3
9 changed files with 15 additions and 2 deletions

View File

@@ -251,6 +251,7 @@ redis:
rabbitmq:
enabled: false
address: localhost
vhost: '/'
username: 'guest'
password: 'guest'