{
  "GENERAL": {
    "public_hostname": "https://gap.geant.org"
  },
  "RESOURCE_MANAGER_API_PREFIX": "http://localhost:44444",
  "IPAM": {
    "INFOBLOX": {
      "scheme": "https",
      "wapi_version": "v2.12",
      "host": "10.0.0.1",
      "username": "robot-user",
      "password": "robot-user-password"
    },
    "LO": {
      "V4": {
        "containers": [
          "1.1.0.0/24"
        ],
        "networks": [],
        "mask": 32
      },
      "V6": {
        "containers": [
          "dead:beef::/64"
        ],
        "networks": [],
        "mask": 128
      },
      "domain_name": ".lo"
    },
    "TRUNK": {
      "V4": {
        "containers": [
          "1.1.1.0/24"
        ],
        "networks": [],
        "mask": 31
      },
      "V6": {
        "containers": [
          "dead:beef::/64"
        ],
        "networks": [],
        "mask": 126
      },
      "domain_name": ".trunk"
    },
    "GEANT_IP": {
      "V4": {
        "containers": [
          "1.1.2.0/24"
        ],
        "networks": [],
        "mask": 31
      },
      "V6": {
        "containers": [
          "dead:beef::/64"
        ],
        "networks": [],
        "mask": 126
      },
      "domain_name": ".geantip"
    },
    "SI": {
      "V4": {
        "containers": [
          "10.255.253.128/25"
        ],
        "networks": [],
        "mask": 31
      },
      "V6": {
        "containers": [],
        "networks": [],
        "mask": 126
      },
      "domain_name": ".geantip"
    },
    "LT_IAS": {
      "V4": {
        "containers": [
          "10.255.255.0/24"
        ],
        "networks": [],
        "mask": 31
      },
      "V6": {
        "containers": [
          "dead:beef:cc::/48"
        ],
        "networks": [],
        "mask": 126
      },
      "domain_name": ".geantip"
    }
  },
  "PROVISIONING_PROXY": {
    "scheme": "https",
    "api_base": "localhost:44444",
    "auth": "Bearer <token>",
    "api_version": 1123
  }
}