From 86761cc2ab6c5320d8a172941d8c1b3982932107 Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Fri, 17 Feb 2023 22:30:59 -0500 Subject: [PATCH] remove Vircadia, add metax.zone This PR remove Vircadia from the Federation (Since it is not really part of a federation when it is one way and not even working with us) This PR also add "https://api.mv.metax.zone" as part of the federation (minimally for testing/development) Note: Vircadia should remain in the place app as an "external" region for those who lock it in the create app. It will be up to them to keep it or let it go. --- scripts/system/places/federation.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/system/places/federation.json b/scripts/system/places/federation.json index 939c66e3d5..83f57fae66 100644 --- a/scripts/system/places/federation.json +++ b/scripts/system/places/federation.json @@ -1,4 +1,4 @@ [ - {"node": "https://metaverse.vircadia.com/live"}, - {"node": "https://mv.overte.org/server"} + {"node": "https://mv.overte.org/server"}, + {"node": "https://api.mv.metax.zone"} ]