auth_admin.j2 208 B

123456
  1. {% if http_auth_admin_password %}
  2. admin:{{ http_auth_admin_password }}
  3. {% endif %}
  4. {% if http_auth_user_name and http_auth_user_password %}
  5. {{ http_auth_user_name }}:{{ http_auth_user_password }}
  6. {% endif %}