{
  "status": "ok",
  "servers": [
    {
      "name": "prod",
      "gameServerAddr": "prod.hdpoker.com",
      "gameServerPort": 1244,
      "authServerAddr": "https://prod.hdpoker.com",
      "layoutFileAddr": "https://gc.hdpoker.com/layout.json",
      "ssl": true
    },
    {
      "name": "dev",
      "gameServerAddr": "dev.hdpoker.com",
      "gameServerPort": 1244,
      "authServerAddr": "https://dev.hdpoker.com",
      "layoutFileAddr": "https://gc-dev.hdpoker.com/layout.json",
      "ssl": true
    },
    {
      "name": "local",
      "gameServerAddr": "localhost",
      "gameServerPort": 1234,
      "authServerAddr": "http://localhost:80",
      "layoutFileAddr": "http://gc-dev.hdpoker.com/layout.json",
      "ssl": false
    },
    {
      "name": "eric",
      "gameServerAddr": "eric.hdpoker.com",
      "gameServerPort": 1244,
      "authServerAddr": "http://eric.hdpoker.com",
      "layoutFileAddr": "http://gc.hdpoker.com/layout.json",
      "ssl": true
    }
  ]
}
