CLI account management + Directory refactoring
This commit is contained in:
11
resources/config/store/filesystem.toml
Normal file
11
resources/config/store/filesystem.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
#############################################
|
||||
# File System Blob Store configuration
|
||||
#############################################
|
||||
|
||||
[store."fs"]
|
||||
type = "fs"
|
||||
path = "%{BASE_PATH}%/data/blobs"
|
||||
depth = 2
|
||||
|
||||
[store."fs".purge]
|
||||
frequency = "0 3 *"
|
||||
Reference in New Issue
Block a user