From 5d21c7c70512d6077962128f31de206085b2ae25 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Mon, 26 Jun 2017 14:29:42 -0700 Subject: [PATCH 1/3] Add basic contribute.json --- public/contribute.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 public/contribute.json diff --git a/public/contribute.json b/public/contribute.json new file mode 100644 index 00000000..696d78b4 --- /dev/null +++ b/public/contribute.json @@ -0,0 +1,27 @@ +{ + "name": "portal-alpha", + "description": "File Sharing Experiment", + "repository": { + "url": "https://github.com/mozilla/something-awesome/", + "license": "MPL-2.0" + }, + "participate": { + "home": "https://github.com/mozilla/something-awesome/blob/master/README.md", + "docs": "https://github.com/mozilla/something-awesome/blob/master/README.md" + }, + "bugs": { + "list": "https://github.com/mozilla/something-awesome/issues", + "report": "https://github.com/mozilla/something-awesome/issues/new" + }, + "urls": { + "prod": "https://fileshare.stage.mozaws.net/", + "stage": "https://fileshare.stage.mozaws.net/", + "dev": "https://p2p.dev.lcip.org/" + }, + "keywords": [ + "JavaScript", + "jQuery", + "Node", + "P2P" + ] +} From fb41acb438c8ed463e1cadb1882552d40e687528 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Wed, 5 Jul 2017 09:59:02 -0700 Subject: [PATCH 2/3] 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" ] } From 05da4937a13ebaf41539631f2a3870c6792117e8 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Thu, 6 Jul 2017 12:25:49 -0700 Subject: [PATCH 3/3] Update server URLs to send.* --- public/contribute.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/contribute.json b/public/contribute.json index c5fe9734..52cbd2b0 100644 --- a/public/contribute.json +++ b/public/contribute.json @@ -1,5 +1,5 @@ { - "name": "portal-alpha", + "name": "firefox-send", "description": "File Sharing Experiment", "repository": { "url": "https://github.com/mozilla/something-awesome/", @@ -14,9 +14,9 @@ "report": "https://github.com/mozilla/something-awesome/issues/new" }, "urls": { - "prod": "https://fileshare.stage.mozaws.net/", - "stage": "https://fileshare.stage.mozaws.net/", - "dev": "https://fileshare.dev.mozaws.net/" + "prod": "https://send.firefox.com/", + "stage": "https://send.stage.mozaws.net/", + "dev": "https://send.dev.mozaws.net/" }, "keywords": [ "JavaScript",