7 lines
188 B
Plaintext
7 lines
188 B
Plaintext
{% if code_server_password is defined %}
|
|
PASSWORD={{ code_server_password | quote }}
|
|
{% endif %}
|
|
{% for env in code_server_env %}
|
|
{{ env }}={{ code_server_env[env] | quote }}
|
|
{% endfor %}
|