12 lines
265 B
TOML
12 lines
265 B
TOML
[scope]
|
|
allow = [
|
|
{ target = ".", permission = "write", recursive = true },
|
|
{ target = "/home/hare/ghq", permission = "read", recursive = true },
|
|
]
|
|
|
|
[memory]
|
|
extract_threshold = 50000
|
|
|
|
consolidation_threshold_files = 5
|
|
consolidation_threshold_bytes = 50000
|