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

Add default file name for export command (#3248)

This commit is contained in:
OmegaWeaponDev
2022-01-01 02:32:24 +10:30
committed by GitHub
parent 664cad21a9
commit ae93c9768b
7 changed files with 19 additions and 2 deletions

View File

@@ -244,6 +244,7 @@ watch-files = true
# below.
# => rabbitmq Uses RabbitMQ pub-sub to push changes. Your server connection info must be
# configured below.
# => custom Uses a messaging service provided using the LuckPerms API.
# => auto Attempts to automatically setup a messaging service using redis or sql.
messaging-service = "auto"