-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
61 lines (61 loc) · 1.1 KB
/
Copy pathconfig.example.json
File metadata and controls
61 lines (61 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"schema_version": 2,
"projects": [],
"packing": {
"output_dir": "",
"delete_old": true,
"excludes": [
".claude",
".codenomad",
".freebuff",
".saiwork",
"node_modules",
"dist",
"build",
"target",
".cargo",
"__pycache__",
".pytest_cache",
".ruff_cache",
"*.egg-info",
".venv",
".build-venv",
"logs",
"*.log",
"*.sqlite",
"*.sqlite3",
"*.db",
"*.db-shm",
"*.db-wal",
"*.zip",
"*.part",
"*.tmp",
"token.txt",
"*.token",
"*.pid",
"secrets",
"*.pre-redact",
"*.secret",
"*.secrets"
],
"manifest_enabled": true
},
"audits": {
"root": "PATH_TO_AUDITING_IMPLEMENTATION",
"hot_seconds": 21600,
"warm_seconds": 86400,
"cool_seconds": 259200,
"cold_seconds": 604800
},
"bridge": {
"host": "127.0.0.1",
"port": 17843,
"autostart": true,
"max_request_bytes": 10485760,
"history_retention_days": 30
},
"ui": {
"window_size": [860, 600],
"reply_language": "et"
}
}