// networkingConstants.js // // Created by Kalila L. on 8/27/20 // Copyright 2020 Vircadia contributors. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // Interface Metadata Source var interfaceMetadataSource = "https://cdn.vircadia.com/dist/launcher/vircadiaMeta.json"; module.exports = { interfaceMetadataSource: interfaceMetadataSource }