1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Updated Design: Using environment variables (markdown)

Nick O'Leary 2018-05-21 13:53:56 +01:00
parent 9c9a0a7140
commit 1c7bb16f59

@ -62,7 +62,7 @@ Both the Project Settings and Subflow Instance properties list would also suppor
This does mean compound env vars would only be possible using these new features - not in any arbitrary node property `<input>`. But a compound env var could be declared in Project Settings of Subflow Instance Properties which is then available as a simple `${NEW_ENV_VAR}` to use anywhere in the flow. This does mean compound env vars would only be possible using these new features - not in any arbitrary node property `<input>`. But a compound env var could be declared in Project Settings of Subflow Instance Properties which is then available as a simple `${NEW_ENV_VAR}` to use anywhere in the flow.
5. JSONata support for env vars ### 5. JSONata support for env vars
We'll add a new function to our JSONata setup to allow env vars to be retrieved: We'll add a new function to our JSONata setup to allow env vars to be retrieved: