MongoDB Replica Set connections cannot resolve (#776 & #777)

This commit is contained in:
Andrew
2018-02-20 14:59:29 -05:00
committed by Luck
Unverified
parent 31e436868d
commit 9c92522564
7 changed files with 53 additions and 24 deletions
+5 -1
View File
@@ -270,6 +270,10 @@ data:
# The prefix to use for all LuckPerms collections. Change this if you want to use different
# collections for different servers. The default is no prefix.
mongodb_collection_prefix: ''
# MongoDB ClientConnectionURI for use with replicasets and custom connection options
# See https://docs.mongodb.com/manual/reference/connection-string/
mongodb_connection_URI: ''
# This option controls how frequently LuckPerms will perform a sync task.
# A sync task will refresh all data from the storage, and ensure that the most up-to-date data is
@@ -399,4 +403,4 @@ default-assignments:
# - group.default
# give:
# - group.member
# set-primary-group: member
# set-primary-group: member