Settings for the database of operational data, e.g. processes, metadata, persisted session summaries, and so on.
{ "db": { "dir": "./config" }, }
CORE_DB_DIR="./config"
Directory for holding the operational data. The path is relative to where the binary is executed and the directory must exist.
The default value is ./config
./config
Last updated 3 years ago
Was this helpful?