{
  "publicRuntimeConfig": {
    "title": "XREngine",
    "dev": false,
    "loginDisabled": false,
    "logo": "",
    "xr": {
      "networked-scene": {
        "app": "xrengine",
        "room": "lobby",
        "audio": true,
        "adapter": "socketio",
        "serverURL": "nxr.lifescope.io"
      },
      "avatar": {
        "defaultAvatarModelSrc" : "/gltf/avatars/head/scene.gltf",
        "defaultAvatarModelScale" : 0.02
      },
      "environment": {
        "floor": {
          "src": "https://cdn.aframe.io/a-painter/images/floor.jpg",
          "height": 100,
          "width": 100
        },
        "skybox": {
          "src": "https://cdn.aframe.io/a-painter/images/sky.jpg",
          "radius": 30,
          "height": 2048,
          "width": 2048,
          "rotation": {
            "x": 0,
            "y": 0,
            "z": 0
          },
          "thetaLength": 90
        },
        "scene-gltf": {
          "src": "",
          "name": ""
        }
      },
      "grid": {
        "gridCellsPerRow": 20, 
        "cellWidth": 1,
        "cellHeight": 1.2,
        "cellContentHeight": 1,
        "radius": 4,
        "rows": 3,
        "columns": 5,
        "placeholderImageSrc": "",
        "skybox": {
          "src": "https://cdn.aframe.io/a-painter/images/sky.jpg",
          "radius": 30,
          "height": 2048,
          "width": 2048,
          "rotation": {
            "x": 0,
            "y": 0,
            "z": 0
          },
          "thetaLength": 90
        }
      },
      "playerHeight": 1,
      "landing": {
        "cellWidth": 6,
        "cellContentHeight": 0.45,
        "cellHeight": 0.5,
        "offset": {
          "x": 0,
          "y": 1,
          "z": -6
        },
        "spoke": {
          "src": "",
          "link": ""
        },
        "vrRoom": {
          "src": "",
          "link": "/videoGrid"
        },
        "video360": {
          "src": "",
          "link": "/environment"
        },
        "store": {
          "src": "",
          "link": ""
        }
      }
    },
    "server_address": "localhost:3030",
    "apiServer": "http://localhost:3030",
    "siteTitle": "XREngine",
    "siteDescription": "Connected Worlds for Everyone",
    "featherStoreKey": "XREngine-Auth-Store",
    "localStorageKey": "xrengine-client-store-key-v1",
    "auth": {
      "enableSmsMagicLink": true,
      "enableEmailMagicLink": true,
      "enableUserPassword": true,
      "isEnabledGithub": true,
      "isEnabledFacebook": true,
      "isEnabledGoogle": true
    },

    "alert": {
      "timeout": 10000
    },

    "staticPages": {
      "termsOfService": "/terms-of-service",
      "privacyPolicy": "/privacy-policy"
    }
  }
}
