Files
Stalwart/resources/config/store/foundationdb.toml
2023-12-18 22:25:42 +01:00

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 *"