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 | #
|
# | CUSTOMIZATION SETTINGS | #
|
||||||
|
@ -230,6 +230,7 @@ redis:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# +----------------------------------------------------------------------------------------------+ #
|
# +----------------------------------------------------------------------------------------------+ #
|
||||||
# | | #
|
# | | #
|
||||||
# | CUSTOMIZATION SETTINGS | #
|
# | CUSTOMIZATION SETTINGS | #
|
||||||
|
@ -227,6 +227,7 @@ redis:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# +----------------------------------------------------------------------------------------------+ #
|
# +----------------------------------------------------------------------------------------------+ #
|
||||||
# | | #
|
# | | #
|
||||||
# | CUSTOMIZATION SETTINGS | #
|
# | CUSTOMIZATION SETTINGS | #
|
||||||
|
@ -144,27 +144,28 @@ data {
|
|||||||
# MongoDB ClientConnectionURI for use with replica sets and custom connection options
|
# MongoDB ClientConnectionURI for use with replica sets and custom connection options
|
||||||
# - See https://docs.mongodb.com/manual/reference/connection-string/
|
# - See https://docs.mongodb.com/manual/reference/connection-string/
|
||||||
mongodb_connection_URI = ""
|
mongodb_connection_URI = ""
|
||||||
|
}
|
||||||
|
|
||||||
# Define settings for a "split" storage setup.
|
# Define settings for a "split" storage setup.
|
||||||
#
|
#
|
||||||
# - This allows you to define a storage method for each type of data.
|
# - This allows you to define a storage method for each type of data.
|
||||||
# - The connection options above still have to be correct for each type here.
|
# - The connection options above still have to be correct for each type here.
|
||||||
split-storage {
|
split-storage {
|
||||||
# Don't touch this if you don't want to use split storage!
|
# Don't touch this if you don't want to use split storage!
|
||||||
enabled = false
|
enabled = false
|
||||||
methods {
|
methods {
|
||||||
# These options don't need to be modified if split storage isn't enabled.
|
# These options don't need to be modified if split storage isn't enabled.
|
||||||
user = "h2"
|
user = "h2"
|
||||||
group = "h2"
|
group = "h2"
|
||||||
track = "h2"
|
track = "h2"
|
||||||
uuid = "h2"
|
uuid = "h2"
|
||||||
log = "h2"
|
log = "h2"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# +----------------------------------------------------------------------------------------------+ #
|
# +----------------------------------------------------------------------------------------------+ #
|
||||||
# | | #
|
# | | #
|
||||||
# | UPDATE PROPAGATION & MESSAGING SERVICE | #
|
# | UPDATE PROPAGATION & MESSAGING SERVICE | #
|
||||||
@ -234,6 +235,8 @@ redis {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# +----------------------------------------------------------------------------------------------+ #
|
# +----------------------------------------------------------------------------------------------+ #
|
||||||
# | | #
|
# | | #
|
||||||
# | CUSTOMIZATION SETTINGS | #
|
# | CUSTOMIZATION SETTINGS | #
|
||||||
@ -341,6 +344,7 @@ meta-formatting {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# +----------------------------------------------------------------------------------------------+ #
|
# +----------------------------------------------------------------------------------------------+ #
|
||||||
# | | #
|
# | | #
|
||||||
# | PERMISSION CALCULATION AND INHERITANCE | #
|
# | PERMISSION CALCULATION AND INHERITANCE | #
|
||||||
|
Loading…
Reference in New Issue
Block a user