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

12 lines
241 B
TOML

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