You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ This repository contains example taskflows to use with the [SecLab Taskflow Agen
6
6
MEMCACHE_STATE_DIR=/app/data
7
7
CODEQL_DBS_BASE_PATH=/app/data
8
8
DATA_DIR=/app/data
9
+
LOG_DIR=/app/logs
9
10
```
10
11
11
12
The `MEMCACHE_STATE_DIR` is needed to persist some intermediate data in the memcache, `DATA_DIR` is needed for various mcp server to store intermediate results. These can be set in a `.env` file in the `src` directory.
0 commit comments