mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 21:43:07 +02:00
14 lines
450 B
JavaScript
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
|
|
}
|