Create networkingConstants.js

This commit is contained in:
Kalila L 2020-08-27 05:27:47 -04:00
parent d45c283f3b
commit 2d7a640935

View file

@ -0,0 +1,14 @@
// 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
}