From fb41acb438c8ed463e1cadb1882552d40e687528 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Wed, 5 Jul 2017 09:59:02 -0700 Subject: [PATCH] Update to latest dev server URL --- public/contribute.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/contribute.json b/public/contribute.json index 696d78b4..c5fe9734 100644 --- a/public/contribute.json +++ b/public/contribute.json @@ -16,12 +16,13 @@ "urls": { "prod": "https://fileshare.stage.mozaws.net/", "stage": "https://fileshare.stage.mozaws.net/", - "dev": "https://p2p.dev.lcip.org/" + "dev": "https://fileshare.dev.mozaws.net/" }, "keywords": [ "JavaScript", "jQuery", "Node", - "P2P" + "P2P", + "Redis" ] }