18 lines
417 B
TOML
18 lines
417 B
TOML
#############################################
|
|
# FoundationDB Store configuration
|
|
#############################################
|
|
|
|
[store."foundationdb"]
|
|
type = "foundationdb"
|
|
#path = "/etc/foundationdb/fdb.cluster"
|
|
|
|
#[store."foundationdb".transaction]
|
|
#timeout = "5s"
|
|
#retry-limit = 10
|
|
#max-retry-delay = "1s"
|
|
#machine-id = "stalwart"
|
|
#data-center-id = "my-datacenter"
|
|
|
|
[store."foundationdb".purge]
|
|
frequency = "0 3 *"
|