4 lines
88 B
Plaintext
4 lines
88 B
Plaintext
|
{% for v in os.getenv('NGX_CORE_ENV', '').split(sep=' ') -%}
|
||
|
env {{ v }};
|
||
|
{% endfor -%}
|