From 00e4caec08627dad55f3bd911fff99813191bf95 Mon Sep 17 00:00:00 2001 From: Tommy Verrall <60836166+tommyv1987@users.noreply.github.com> Date: Tue, 27 Jan 2026 17:04:34 +0100 Subject: [PATCH] Update NYM_VPN_APIS configuration in sandbox.env Remove front hosts null --- envs/sandbox.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envs/sandbox.env b/envs/sandbox.env index 549947e440..8495e73e18 100644 --- a/envs/sandbox.env +++ b/envs/sandbox.env @@ -28,4 +28,4 @@ UPGRADE_MODE_ATTESTER_ED25519_PUBKEY=EGwzKXPrqStv8cHF68VT2LbQuEBGDPzhCAixScvybfe UPGRADE_MODE_ATTESTATION_URL=http://upgrade-mode.performance.nymte.ch/.wellknown/sandbox/attestation.json NYM_APIS=[{"url":"https://sandbox-nym-api1.nymtech.net/api/","front_hosts":null},{"url":"https://nym-frontdoor.vercel.app/sandbox/nym-api/","front_hosts":["vercel.app","vercel.com"]}] -NYM_VPN_APIS=[{"front_hosts":null},{"url":"https://nym-vpn-api-git-deploy-sandbox-nyx-network-staging.vercel.app/api/","front_hosts":["vercel.app","vercel.com"]},{"url":"https://nym-frontdoor.vercel.app/sandbox/nym-vpn-api/","front_hosts":["vercel.app","vercel.com"]}] \ No newline at end of file +NYM_VPN_APIS=[{"url":"https://nym-vpn-api-git-deploy-sandbox-nyx-network-staging.vercel.app/api/","front_hosts":["vercel.app","vercel.com"]},{"url":"https://nym-frontdoor.vercel.app/sandbox/nym-vpn-api/","front_hosts":["vercel.app","vercel.com"]}]