Database
Settings for the database of operational data, e.g. processes, metadata, persisted session summaries, and so on.
Configuration
{
"db": {
"dir": "./config"
},
}
CORE_DB_DIR="./config"
dir (string)
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