Files
Stalwart/resources/config/store/fs.toml
2023-12-21 18:09:37 +01:00

13 lines
256 B
TOML

#############################################
# File System Blob Store configuration
#############################################
[store."fs"]
type = "fs"
path = "%{BASE_PATH}%/data/blobs"
depth = 2
disable = true
[store."fs".purge]
frequency = "0 3 *"