You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Out of documentation, I did not understand correctly what %env(resolve:XXX)% does.
My understanding now: in the value of the environment variable XXX, it replaces all parameters (like %yy%). It does NOT call other processors, so x: %env(resolve:XXX)%/zzz with XXX=/aaa/%env(file:FILE_CONTAINING_PATH)%/bb/ does not work.
I do not understand the current explication: Replaces the string FOO by the value of a config parameter with the same name:
Maybe FOO is replaced by the value of the parameter foo?