github.com/MetalBlockchain/metalgo@v1.11.9/.github/packer/roles/public-ami/templates/conf.json.j2 (about)

     1  {
     2    "api-keystore-enabled": false,
     3    "http-host": "0.0.0.0",
     4    "log-dir": "{{ log_dir }}",
     5    "db-dir": "{{ db_dir }}",
     6    "api-admin-enabled": false,
     7    "public-ip-resolution-service": "opendns",
     8    "network-id": "{{ network }}"
     9  }