generated from coop-cloud/example
feat: support projects
This commit is contained in:
@ -11,6 +11,7 @@ LANG=en-US
|
||||
TZ=Etc/UTC
|
||||
LOG_LEVEL=info
|
||||
ENABLE_MULTIPLAYER=false
|
||||
ENABLE_PROJECTS=false
|
||||
|
||||
## A space-separated list of NPM modules to install
|
||||
#EXTRA_MODULES="node-red-contrib-google-sheets node-red-contrib-slack"
|
||||
|
||||
@ -468,7 +468,7 @@ module.exports = {
|
||||
|
||||
projects: {
|
||||
/** To enable the Projects feature, set this value to true */
|
||||
enabled: false,
|
||||
enabled: {{ env "ENABLE_PROJECTS" }},
|
||||
workflow: {
|
||||
/** Set the default projects workflow mode.
|
||||
* - manual - you must manually commit changes
|
||||
|
||||
Reference in New Issue
Block a user