environment variables
You can use environment variables
an example on how to set on it.
os.environ['SOMETHING'] = 'somevalue'
You can set it using {ENVVARIABLENAME}
like
{"url":"https://httpbin/get?{SONETHING}"}
That is it, very simple.
environment variables
You can use environment variables
an example on how to set on it.
os.environ['SOMETHING'] = 'somevalue'
You can set it using {ENVVARIABLENAME}
like
{"url":"https://httpbin/get?{SONETHING}"}
That is it, very simple.