mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 15:47:02 +02:00
Create networkingConstants.js
This commit is contained in:
parent
d45c283f3b
commit
2d7a640935
1 changed files with 14 additions and 0 deletions
14
scripts/system/libraries/networkingConstants.js
Normal file
14
scripts/system/libraries/networkingConstants.js
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue