top of page
L_Logo_Community.png

[
  {
    "Version": "1.0",
    "ForceUpdate": true,
    "ServerConfigs": [
      {
        "Name": "DEVELOPMENT",
        "Scheme": "http",
        "Host": "insdev.lokko.com",
        "Port": 7350,
        "ServerKey": "notdefaultkey"
      },
      {
        "Name": "STAGING",
        "Scheme": "http",
        "Host": "trc-live-dev.lokko.com",
        "Port": 7350,
        "ServerKey": "notdefaultkey"
      },
      {
        "Name": "PRODUCTION",
        "Scheme": "https",
        "Host": "api.lokkobackend.com",
        "Port": 443,
        "ServerKey": "notdefaultkey"
      }
    ]
  },
  {
    "Version": "2.0",
    "ForceUpdate": false,
    "ServerConfigs": [
      {
        "Name": "DEVELOPMENT",
        "Scheme": "http",
        "Host": "insdev.lokko.com",
        "Port": 7350,
        "ServerKey": "notdefaultkey"
      },
      {
        "Name": "STAGING",
        "Scheme": "http",
        "Host": "trc-live-dev.lokko.com",
        "Port": 7350,
        "ServerKey": "notdefaultkey"
      },
      {
        "Name": "PRODUCTION",
        "Scheme": "https",
        "Host": "api.lokkobackend.com",
        "Port": 443,
        "ServerKey": "notdefaultkey"
      }
    ]
  }
]

bottom of page