Hi!
I'm using Node-RED version: v1.3.7
and Node.js version: v14.17.5
.
Does node-red allows us to customize it's main flows_<hostname>.json
flows file name, to a static flows_<static>.json
flows file name, so that we can use the same static flows_<static>.json
file on multiple remote server.
And if node-red allows us to customize it's flows name to flows_<static>.json
file, then how does node-red runtime enviorment
knows/treat this static flows_<static>.json
file, as a main JSON
file.