System config#
Global settings shared by all tools, expected in system.json in the repository root:
{
"base_dir": ".",
"makis_executable": "./makis/makis",
"log_level": "INFO",
"log_retention_hours": 240,
"log_limit_mb": 100,
"mem_limit": 4
}
Field |
Description |
|---|---|
|
Repository root. |
|
Path to the |
|
Logging verbosity |
|
How long archived logs are kept |
|
Size cap for archived logs |
|
Response size limit in MB for downloaded files (converted to bytes at runtime) |