Dear Community,
In my account, I would like to reference properties (for example, a hostname) using values stored in an external file.
This file is stored in "shared".
The goal is to make it easy to manage all connections (and pipelines) when there are changes in our internal infrastructure.
Below is an example of the file format I am considering:
[
{
"PROD_hostname_IP": "1.2.3.4"
},
{
"VAL_hostname_IP": "5.6.7.8"
}
]
Please, how can I use "PROD_hostname_IP" as a parameter in account properties?
Thank you,
Giuseppe