overte-JulianGro/scripts/system/libraries/networkingConstants.js
2020-08-27 05:27:47 -04:00

14 lines
450 B
JavaScript

// 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
}