Fix sponge split-storage config section being in the wrong section of the config (#928)

This commit is contained in:
Luck 2018-04-25 17:30:56 +01:00
parent cbb562b603
commit 55382519a1
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
4 changed files with 22 additions and 15 deletions

View File

@ -232,6 +232,7 @@ redis:
# +----------------------------------------------------------------------------------------------+ #
# | | #
# | CUSTOMIZATION SETTINGS | #

View File

@ -230,6 +230,7 @@ redis:
# +----------------------------------------------------------------------------------------------+ #
# | | #
# | CUSTOMIZATION SETTINGS | #

View File

@ -227,6 +227,7 @@ redis:
# +----------------------------------------------------------------------------------------------+ #
# | | #
# | CUSTOMIZATION SETTINGS | #

View File

@ -144,6 +144,7 @@ data {
# MongoDB ClientConnectionURI for use with replica sets and custom connection options
# - See https://docs.mongodb.com/manual/reference/connection-string/
mongodb_connection_URI = ""
}
# Define settings for a "split" storage setup.
#
@ -161,7 +162,7 @@ data {
log = "h2"
}
}
}
@ -234,6 +235,8 @@ redis {
}
# +----------------------------------------------------------------------------------------------+ #
# | | #
# | CUSTOMIZATION SETTINGS | #
@ -341,6 +344,7 @@ meta-formatting {
# +----------------------------------------------------------------------------------------------+ #
# | | #
# | PERMISSION CALCULATION AND INHERITANCE | #