CLI account management + Directory refactoring
This commit is contained in:
17
resources/config/store/foundationdb.toml
Normal file
17
resources/config/store/foundationdb.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
#############################################
|
||||
# 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 *"
|
||||
Reference in New Issue
Block a user