Skip to content

Commit

Permalink
Merge pull request #385 from fisuda/fix/nodered-instance-number-comment
Browse files Browse the repository at this point in the history
Clarifies instance number variable for Node-RED
  • Loading branch information
fisuda committed Jun 2, 2024
2 parents b57e559 + 156bb67 commit 0365bb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ NODE_RED=

# Node-RED multi instance
# Number of Node-RED instance. default: 1
# Must be between 1 and 20 when specified
NODE_RED_INSTANCE_NUMBER=

# username for Node-RED instance. default: node-red
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## FIWARE Big Bang v0.38.0-next

- Clarifies instance number variable for Node-RED (#385)

## FIWARE Big Bang v0.38.0 - 01 June, 2024

- Update Quantumleap to 1.0.0 (#382)
Expand Down
1 change: 1 addition & 0 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ NODE_RED=

# Node-RED multi instance
# Number of Node-RED instance. default: 1
# Must be between 1 and 20 when specified
NODE_RED_INSTANCE_NUMBER=

# username for Node-RED instance. default: node-red
Expand Down

0 comments on commit 0365bb3

Please sign in to comment.