From 79f9e77e4a59c249b0c5355ccc59a5a03aa3eedd Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 25 Jul 2016 16:34:07 +0100 Subject: [PATCH] Updated Design: Version Control (markdown) --- Design:-Version-Control.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Design:-Version-Control.md b/Design:-Version-Control.md index 05ac8df..a3b50ee 100644 --- a/Design:-Version-Control.md +++ b/Design:-Version-Control.md @@ -138,16 +138,6 @@ need to be exposed. via settings - or by well-defined environment variables. - -In some environments, such as Bluemix, it isn't possible to administer a git repo -locally outside of the Node-RED process. In this case, the user needs to be able -to configure a git url of an existing, externally hosted, repo that should be used, -as well as a path within the repo at that url. This needs to consider the necessary -authentication options; for example GitHub allows you to use an application token - -this would need to be provided via an environment variable, rather than hardcode -into the application. - - # Added Nodes Target: future