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