github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/cmn/tests/configs/configmpaths.json (about)

     1  {
     2      "confdir": "/fake/conf/dir",
     3      "log_dir": "/tmp/config_test_ais/log",
     4      "host_net": {
     5          "hostname": "127.0.1.0",
     6          "hostname_intra_control": "127.0.2.0",
     7          "hostname_intra_data": "127.0.3.0",
     8          "port": "8080",
     9          "port_intra_control": "9080",
    10          "port_intra_data": "10080"
    11      },
    12      "fspaths": {
    13          "/tmp/ais/1": {},
    14          "/tmp/ais/2": {},
    15          "/tmp/ais/3": {}
    16      },
    17      "test_fspaths": {
    18          "root":     "/tmp/ais",
    19          "count":    0,
    20          "instance": 0
    21      }
    22  }