zotregistry.io/zot@v1.4.4-0.20231124084042-02a8ed785457/test/gc-stress/config-gc-bench-local.json (about)

     1  {
     2      "distSpecVersion": "1.1.0-dev",
     3      "storage": {
     4          "rootDirectory": "/tmp/zot/local",
     5          "gc": true,
     6          "gcDelay": "20s",
     7          "gcInterval": "1s"
     8      },
     9      "http": {
    10          "address": "127.0.0.1",
    11          "port": "8080"
    12      },
    13      "log": {
    14          "level": "debug",
    15          "output": "/tmp/gc-bench-local.log"
    16      }
    17  }