Fix sponge split-storage config section being in the wrong section of the config (#928)
This commit is contained in:
parent
cbb562b603
commit
55382519a1
@ -232,6 +232,7 @@ redis:
|
||||
|
||||
|
||||
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | | #
|
||||
# | CUSTOMIZATION SETTINGS | #
|
||||
|
@ -230,6 +230,7 @@ redis:
|
||||
|
||||
|
||||
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | | #
|
||||
# | CUSTOMIZATION SETTINGS | #
|
||||
|
@ -227,6 +227,7 @@ redis:
|
||||
|
||||
|
||||
|
||||
|
||||
# +----------------------------------------------------------------------------------------------+ #
|
||||
# | | #
|
||||
# | CUSTOMIZATION SETTINGS | #
|
||||
|
@ -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 | #
|
||||
|
Loading…
Reference in New Issue
Block a user