From d1ea11dd1eb0983d7c956f5f949b76a789aaa812 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 21 Mar 2018 10:48:40 +0000 Subject: [PATCH] Updated Design: Runnable Project (markdown) --- Design:-Runnable-Project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Design:-Runnable-Project.md b/Design:-Runnable-Project.md index aae949c..46144ba 100644 --- a/Design:-Runnable-Project.md +++ b/Design:-Runnable-Project.md @@ -23,7 +23,7 @@ The package would provide an npm start script that runs node-red with the approp ### Runtime settings -When deploying the project, there will also be a need to have the runtime settings provided. These are not normally part of a project generated by Node-RED. The question is whether we have some tooling support to generate, or we just document how to do it. +When deploying the project, there will also be a need to have the runtime settings provided. These are not normally part of a project generated by Node-RED. The question is whether we have some tooling support to generate, or we just document how to do it. For example, the user would manually add a `settings.js` file to their project repo. ### Dockerfile