5 lines
335 B
Plaintext
5 lines
335 B
Plaintext
{%- set w_env = ( j2cfg.core_worker_env or [] ) | any_to_env_dict -%}
|
|
{#- NB: "TZ" is always provided by Angie itself -#}
|
|
{%- set w_vars_passthrough = w_env | dict_empty_keys | list_diff(env_vars_preserve + ['TZ']) -%}
|
|
{%- set vars_passthrough = (env_vars_passthrough + w_vars_passthrough) | uniq | list_intersect(env | dict_keys) -%}
|